Skip to content
Snippets Groups Projects
Verified Commit a0191418 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: disable pedantic warnings

parent b90b0d8b
No related branches found
No related tags found
1 merge request!41QDS-11947 Clean cached user project
Pipeline #67636 passed
......@@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
add_compile_options(-Wall -Wextra)
endif()
find_package(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment