From 66a0a372684d32a633afbf947c8efc2dbe4b02a9 Mon Sep 17 00:00:00 2001
From: "ben.franksen" <ben.franksen@online.de>
Date: Mon, 23 May 2011 23:32:19 +0000
Subject: [PATCH] removed gcc specific warning flags from src/snc/Makefile

---
 src/snc/Makefile | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/snc/Makefile b/src/snc/Makefile
index 8d679509..c930c314 100644
--- a/src/snc/Makefile
+++ b/src/snc/Makefile
@@ -6,23 +6,6 @@ include $(TOP)/configure/CONFIG
 # default main (+m option)
 INC += seqMain.c
 
-#  Internal debug control
-#USR_CPPFLAGS = -DDEBUG
-
-# USR_CFLAGS += -Waddress
-USR_CFLAGS += -Wc++-compat
-# USR_CFLAGS += -Wconversion
-USR_CFLAGS += -Wmissing-declarations
-USR_CFLAGS += -Wmissing-field-initializers
-USR_CFLAGS += -Wmissing-prototypes
-USR_CFLAGS += -Wnested-externs
-USR_CFLAGS += -Wold-style-definition
-USR_CFLAGS += -Wpointer-arith
-USR_CFLAGS += -Wsign-compare
-# USR_CFLAGS += -Wstrict-prototypes
-
-USR_CFLAGS += -Werror
-
 #  snc product
 PROD_HOST += snc
 
-- 
GitLab