Add additional compiler flags to prevent errors
This commit is contained in:
parent
efe0b6b383
commit
ab4a872daa
@ -24,7 +24,7 @@ platform = espressif32@6.3.2
|
||||
build_flags =
|
||||
-DPIOENV=\"$PIOENV\"
|
||||
-D_TASK_STD_FUNCTION=1
|
||||
-Wall -Wextra -Werror
|
||||
-Wall -Wextra -Werror -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
|
||||
-std=c++17
|
||||
-std=gnu++17
|
||||
build_unflags =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user