Skip to content

Commit

Permalink
Enable -Wundef on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Oct 5, 2023
1 parent ccdbfee commit a5d27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ config("strict_warnings") {
# to be more fine-grained than current_os, but it's not clear that
# we can access that here.
if (current_os != "android" && current_os != "freertos" &&
current_os != "linux" && current_os != "mbed" && current_os != "tizen" &&
current_os != "mbed" && current_os != "tizen" &&
current_os != "zephyr" &&
# cmsis-rtos is OpenIOT
current_os != "cmsis-rtos" &&
Expand Down

0 comments on commit a5d27b0

Please sign in to comment.