From c48771be2b11994bd9f21689ce47d9934e623017 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 13:07:00 +0200 Subject: [PATCH] Do not use -fpermissive in programs/nsgmls. It's not needed. --- cde/programs/nsgmls/Imakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cde/programs/nsgmls/Imakefile b/cde/programs/nsgmls/Imakefile index 989b4fd1..6e07d98b 100644 --- a/cde/programs/nsgmls/Imakefile +++ b/cde/programs/nsgmls/Imakefile @@ -86,8 +86,7 @@ M4 = /bin/m4 */ CXXOPTIONS = \ -DSP_VOLATILE=volatile -DSP_CONST=const -DSP_ANSI_CLASS_INST \ - -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates \ - -fpermissive + -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST -fno-implicit-templates /* * Flags passed into compile step when doing manual template instantiation. -- 2.25.1