We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d4973 commit 3e6dad9Copy full SHA for 3e6dad9
cmake/compiler/xcc/compiler_flags.cmake
@@ -15,3 +15,6 @@ set_compiler_property(PROPERTY no_position_independent "")
15
16
# Remove after testing that -Wshadow works
17
set_compiler_property(PROPERTY warning_shadow_variables)
18
+
19
+# xcc does not recognize -fno-printf-return-value
20
+set_compiler_property(PROPERTY no_printf_return_value)
0 commit comments