From 8398c9f0cfe2bd9f212c8cebef5b378cec9cc531 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?=
 <robertk@mathematik.uni-stuttgart.de>
Date: Wed, 23 Mar 2005 19:19:44 +0000
Subject: [PATCH] Added -Wall -Wnodepre..

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@171 0d966ed9-3843-0410-af09-ebfb50bd7c74
---
 gcc.opts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc.opts b/gcc.opts
index c04a8521f..07fbb9f7a 100644
--- a/gcc.opts
+++ b/gcc.opts
@@ -8,7 +8,7 @@ COMP="gcc"
 CXXCOMP="g++"
 
 # flags set in any case
-FLAGS=""
+FLAGS="-Wall -Wno-deprecated"
 
 # additional flags for debugging
 DEBUGFLAGS="-g"
-- 
GitLab