Skip to content

Commit

Permalink
Enable extra compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Nov 21, 2024
1 parent 4a3bd1c commit 7ed0ec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ framework = arduino
build_flags =
-std=c++2a
-std=gnu++2a
-Wall
-Wextra
;-Wpedantic ; This can't be enabled yet because it screams about "ISO C++ prohibits anonymous structs in C code"
-Wno-unknown-pragmas
build_unflags =
-std=gnu++11
lib_deps =
Expand Down

0 comments on commit 7ed0ec3

Please sign in to comment.