Skip to content

Commit

Permalink
unignore -Wformat
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 29, 2020
1 parent 299a546 commit fb95c16
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 @@ -53,7 +53,7 @@ __AVR__
# 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 fb95c16

Please sign in to comment.