From: Jan Kratochvil Date: Wed, 31 Jul 2013 15:27:08 +0000 (+0200) Subject: errs12: +-ftrack-macro-expansion=0 -fno-diagnostics-show-caret X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=9261c15af132a6cdc380f6bae89cdc8e35171391 errs12: +-ftrack-macro-expansion=0 -fno-diagnostics-show-caret --- 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