Skip to content

Commit

Permalink
0031898: Coding Rules - extend Standard_WarningsDisable.hxx with -Wre…
Browse files Browse the repository at this point in the history
…order
  • Loading branch information
gkv311 authored and bugmaster committed Nov 2, 2020
1 parent 7a88ce5 commit dbecff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Standard/Standard_WarningsDisable.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#pragma GCC diagnostic ignored "-Wunused-variable"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wenum-compare"
#pragma GCC diagnostic ignored "-Wreorder"
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 8))
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#endif
Expand Down

0 comments on commit dbecff5

Please sign in to comment.