mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
Forgot to save the actual fix
This commit is contained in:
parent
e09aa70c54
commit
1918e6a5e2
@ -530,11 +530,11 @@ case "${host}" in
|
|||||||
;;
|
;;
|
||||||
*-dec-osf5*)
|
*-dec-osf5*)
|
||||||
if test -z "$GCC" ; then
|
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.
|
# get rid of the unsigned/signed char mismatch warnings.
|
||||||
# Using this may hide other pointer mismatch warnings, but
|
# Using this may hide other pointer mismatch warnings, but
|
||||||
# it at least lets other warning classes through
|
# it at least lets other warning classes through
|
||||||
CFLAGS="$CFLAGS -msg_disable ptrmismatch"
|
CFLAGS="$CFLAGS -msg_disable ptrmismatch1"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
m68k-atari-mint)
|
m68k-atari-mint)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user