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 a5c5c19 commit c9a99bfCopy full SHA for c9a99bf
sdk/cmake/gcc.cmake
@@ -142,6 +142,8 @@ endif()
142
# FIXME: Revisit this to see if we even need these levels
143
if(CMAKE_BUILD_TYPE STREQUAL "Release")
144
add_compile_options(-O2 -DNDEBUG=)
145
+ add_compile_options(-Wno-unused-variable)
146
+ add_compile_options(-Wno-unused-but-set-variable)
147
else()
148
if(OPTIMIZE STREQUAL "1")
149
add_compile_options(-Os)
0 commit comments