Do not use -fpermissive in programs/nsgmls. It's not needed.
authorPascal Stumpf <Pascal.Stumpf@cubes.de>
Mon, 22 Jul 2013 11:07:00 +0000 (13:07 +0200)
committerJon Trulson <jon@radscan.com>
Mon, 22 Jul 2013 23:13:11 +0000 (17:13 -0600)
cde/programs/nsgmls/Imakefile

index 989b4fd1b9105c87d9f36e3107a5549a570cabb4..6e07d98be4e824ce628a0cd0924e0306a0f2ea33 100644 (file)
@@ -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.