[svn] GnuPG - r4135 - trunk

svn author wk cvs at cvs.gnupg.org
Tue May 16 13:08:48 CEST 2006


Author: wk
Date: 2006-05-16 13:08:47 +0200 (Tue, 16 May 2006)
New Revision: 4135

Modified:
   trunk/configure.ac
Log:
Forgot to save the actual fix


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-05-16 11:06:28 UTC (rev 4134)
+++ trunk/configure.ac	2006-05-16 11:08:47 UTC (rev 4135)
@@ -530,11 +530,11 @@
         ;;
     *-dec-osf5*)
         if test -z "$GCC" ; then
-            # Use the newer compiler `-msg_disable ptrmismatch' to
+            # Use the newer compiler `-msg_disable ptrmismatch1' to
             # get rid of the unsigned/signed char mismatch warnings.
             # Using this may hide other pointer mismatch warnings, but
 	    # it at least lets other warning classes through
-            CFLAGS="$CFLAGS -msg_disable ptrmismatch"
+            CFLAGS="$CFLAGS -msg_disable ptrmismatch1"
         fi
         ;;
     m68k-atari-mint)




More information about the Gnupg-commits mailing list