There was an error while loading. Please reload this page.
1 parent 5388f68 commit b913fe4Copy full SHA for b913fe4
1 file changed
cmake/common/compiler_common.cmake
@@ -28,8 +28,8 @@ set(
28
-Wswitch
29
-Wno-unused-function
30
-Wno-unused-label
31
- -Wno-unused-parameter
32
- -Wno-unused-variable
+ -Wno-error=unused-parameter
+ -Wno-error=unused-variable
33
-Wunused-value
34
-Wempty-body
35
-Wuninitialized
0 commit comments