pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xenkernel413
Module Name: pkgsrc
Committed By: joerg
Date: Sun Sep 20 03:18:33 UTC 2020
Modified Files:
pkgsrc/sysutils/xenkernel413: Makefile
Log Message:
Code assumes sticky nature of #pragma pack, so ignore the clang warning.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/xenkernel413/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xenkernel413/Makefile
diff -u pkgsrc/sysutils/xenkernel413/Makefile:1.3 pkgsrc/sysutils/xenkernel413/Makefile:1.4
--- pkgsrc/sysutils/xenkernel413/Makefile:1.3 Thu Aug 27 13:44:53 2020
+++ pkgsrc/sysutils/xenkernel413/Makefile Sun Sep 20 03:18:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/08/27 13:44:53 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/20 03:18:33 joerg Exp $
VERSION= 4.13.1
PKGREVISION= 1
@@ -43,7 +43,7 @@ EXTRA_CFLAGS+= -Qunused-arguments -no-in
-Wno-error=ignored-attributes -Wno-error=constant-conversion \
-Wno-error=address-of-packed-member \
-Wno-error=initializer-overrides \
- -Wno-error=tautological-compare
+ -Wno-error=tautological-compare -Wno-error=pragma-pack
.elif !empty(PKGSRC_COMPILER:Mgcc)
EXTRA_CFLAGS+= -falign-functions=16
.endif
Home |
Main Index |
Thread Index |
Old Index