mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] CMake: add some compiler flags from native-utils (#6825)
This commit is contained in:
@@ -5,6 +5,7 @@ macro(wpilib_target_warnings target)
|
||||
-pedantic
|
||||
-Wextra
|
||||
-Wno-unused-parameter
|
||||
-Wformat=2
|
||||
${WPILIB_TARGET_WARNINGS}
|
||||
)
|
||||
if(NOT NO_WERROR)
|
||||
|
||||
Reference in New Issue
Block a user