Skip to content

Commit

Permalink
fixup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jan 4, 2024
1 parent 686f061 commit b973dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ endif()
if(BUILD_LIBCRUX)
add_library(libcrux_static STATIC ${LIBCRUX_SOURCES})
if(NOT MSVC)
target_compile_options(libcrux_static PRIVATE -Wall -Wextra -pedantic -W=shadow -W=unused-function)
target_compile_options(libcrux_static PRIVATE -Wall -Wextra -pedantic -Wshadow -Wunused-function)
endif()
endif()

Expand Down

0 comments on commit b973dbd

Please sign in to comment.