Skip to content

Commit 07e354c

Browse files
Merge pull request #4042 from sfc-gh-anoyes/anoyes/re-enable-warning
Remove -Wno-unused-value for clang
2 parents 7ad036b + 3b1e785 commit 07e354c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/ConfigureCompiler.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ else()
233233
-Wno-unused-function
234234
-Wno-unused-local-typedef
235235
-Wno-unused-parameter
236-
-Wno-unused-value
237236
)
238237
if (USE_CCACHE)
239238
add_compile_options(

0 commit comments

Comments
 (0)