Skip to content
Snippets Groups Projects
Commit 5acc1ab6 authored by Clément's avatar Clément
Browse files

update clang

parent 1e5ec654
Branches
No related merge requests found
Pipeline #107589 passed with stages
in 6 seconds
......@@ -12,7 +12,7 @@ if (MSVC)
add_compile_options(/W4 /WX)
else()
# lots of warnings and all warnings as errors
add_compile_options(-Wall -Wextra -pedantic -Werror)
add_compile_options(-Wall -Wextra -Werror)
endif()
add_executable(proxy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment