From 9261c15af132a6cdc380f6bae89cdc8e35171391 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Wed, 31 Jul 2013 17:27:08 +0200 Subject: [PATCH] errs12: +-ftrack-macro-expansion=0 -fno-diagnostics-show-caret --- bin/errs12 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/errs12 b/bin/errs12 index 1f8ac85..a1ef035 100755 --- a/bin/errs12 +++ b/bin/errs12 @@ -120,10 +120,11 @@ rm -f errs1.ok test -z "$CC" && CC=gcc : >errs1.c # -Wp,-D_FORTIFY_SOURCE=2: /usr/include/features.h:329:3: error: #warning _FORTIFY_SOURCE requested but disabled [-Werror=cpp] - for flags in \ - "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4" \ - "$debug -pipe -Wall -fexceptions" \ - "" \ + for flags in \ + "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4 -ftrack-macro-expansion=0 -fno-diagnostics-show-caret" \ + "$debug -pipe -Wall -fexceptions -fstack-protector --param=ssp-buffer-size=4" \ + "$debug -pipe -Wall -fexceptions" \ + "" \ ;do if [ -z "$flags" ];then rm -f errs1.c -- 1.8.3.1