From 34b17c18a2d4a54ddc882b3542106e20ed63ade3 Mon Sep 17 00:00:00 2001
From: Anastasia Karachaliou <anastasia.karachaliou@cern.ch>
Date: Mon, 16 Oct 2017 17:23:54 +0200
Subject: [PATCH] Removed -pedantic from CMAKE_C_FLAGS

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f9c25cda5..1dcdfbae82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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
-- 
GitLab