Skip to content
Snippets Groups Projects
Commit 34b17c18 authored by Anastasia Karachaliou's avatar Anastasia Karachaliou
Browse files

Removed -pedantic from CMAKE_C_FLAGS

parent 4e4ce0b8
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ cmake_minimum_required (VERSION 2.6)
project(cta)
set(CMAKE_C_FLAGS "-fPIC -pedantic -Wall -Wextra -Werror -Wno-unused-parameter")
set(CMAKE_C_FLAGS "-fPIC -Wall -Wextra -Werror -Wno-unused-parameter")
# Please note that the -fms-extensions option should be dropped when this
# project gets to be compiled on a fully C++ 11 compliant compiler. The option
......
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