Skip to content

Commit

Permalink
making unknown pragma a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed May 13, 2021
1 parent ce9c0dc commit cbad57a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ADpre_b.h.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
#define <?%s v ?>b <?%s v ?>InObj <?R } ?>


#pragma GCC diagnostic warning "-Wpragmas"
#pragma GCC diagnostic ignored "-Wdangling-else"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"

0 comments on commit cbad57a

Please sign in to comment.