mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
Enable -Wunused-variable on macOS
This commit is contained in:
@@ -571,7 +571,6 @@ def config_env(toolchain, variant, env):
|
|||||||
env.Append(CCFLAGS=[
|
env.Append(CCFLAGS=[
|
||||||
'-Wno-deprecated',
|
'-Wno-deprecated',
|
||||||
'-Wno-deprecated-declarations',
|
'-Wno-deprecated-declarations',
|
||||||
'-Wno-unused-variable',
|
|
||||||
'-Wno-unused-function',
|
'-Wno-unused-function',
|
||||||
])
|
])
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user