Skip to content

Commit

Permalink
unignore -Wformat
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jul 15, 2019
1 parent 3ade3ac commit 83b5641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nimbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ __clang__
# pragma GCC diagnostic ignored "-Wpragmas"
# pragma GCC diagnostic ignored "-Wwritable-strings"
# pragma GCC diagnostic ignored "-Winvalid-noreturn"
# pragma GCC diagnostic ignored "-Wformat"
// # pragma GCC diagnostic ignored "-Wformat"
# pragma GCC diagnostic ignored "-Wlogical-not-parentheses"
# pragma GCC diagnostic ignored "-Wlogical-op-parentheses"
# pragma GCC diagnostic ignored "-Wshadow"
Expand Down

0 comments on commit 83b5641

Please sign in to comment.