]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/except.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / cp / except.c
index 139e871d7a7e426a6623a18b3df1504567dfa0fb..40e973fad66b4e7559d2d1c1847554581215b50c 100644 (file)
@@ -415,7 +415,7 @@ doing_eh (void)
       static int warned = 0;
       if (! warned)
        {
-         error ("exception handling disabled, use -fexceptions to enable");
+         error ("exception handling disabled, use %<-fexceptions%> to enable");
          warned = 1;
        }
       return 0;