diff options
author | 2011-03-08 20:14:42 +0000 | |
---|---|---|
committer | 2011-03-08 20:14:42 +0000 | |
commit | 7404c739d97cf20365ab2b15ef2c4ee3252fba9a (patch) | |
tree | 962ba0fdc31775e37cc4e4f52aeb4545ef3a9aba | |
parent | vrng should go onto the ramdisk. (diff) | |
download | wireguard-openbsd-7404c739d97cf20365ab2b15ef2c4ee3252fba9a.tar.xz wireguard-openbsd-7404c739d97cf20365ab2b15ef2c4ee3252fba9a.zip |
Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition.
OK deraadt@ discusssed with millert@ otto@ and kettenis@
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h b/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h index f6488a1460b..653466acffb 100644 --- a/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h +++ b/gnu/usr.bin/gcc/gcc/config/rs6000/sysv4.h @@ -1477,7 +1477,7 @@ ncrtn.o%s" be stacked, so that invocations of #pragma pack(pop)' will return to the previous value. */ -#define HANDLE_PRAGMA_PACK_PUSH_POP 1 +#define HANDLE_PRAGMA_PACK_PUSH_POP /* Define library calls for quad FP operations. These are all part of the PowerPC 32bit ABI. */ |