Remove unused variables warning

This commit is contained in:
Pengfei Zhu
2020-04-22 23:19:48 +08:00
committed by GitHub
parent 8beac71fb0
commit d6d04d9930
+1
View File
@@ -76,6 +76,7 @@ else()
add_compile_options(
-Wall
-Wno-attributes
-Wno-unused-variables
)
if (WARNINGS_AS_ERRORS)