From: Paweł Sikora Date: Sun, 4 Jul 2004 01:28:13 +0000 (+0000) Subject: - `-Wpointer-arith' killed. X-Git-Tag: auto/ac/X11-driver-nvidia-1_0_6106-1~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fxorg-driver-video-nvidia.git;a=commitdiff_plain;h=b497231a94fb4f2ed09bdc78728bf38d929adefc;hp=431c5035e508453ddd1be8c20274c5b0204e9ce7 - `-Wpointer-arith' killed. Changed files: X11-driver-nvidia-Makefile.patch -> 1.2 --- diff --git a/X11-driver-nvidia-Makefile.patch b/X11-driver-nvidia-Makefile.patch new file mode 100644 index 0000000..2f3835d --- /dev/null +++ b/X11-driver-nvidia-Makefile.patch @@ -0,0 +1,11 @@ +--- NVIDIA-Linux-x86-1.0-6106-pkg1/usr/src/nv/Makefile.kbuild.orig 2004-06-23 17:51:51.000000000 +0200 ++++ NVIDIA-Linux-x86-1.0-6106-pkg1/usr/src/nv/Makefile.kbuild 2004-07-04 03:15:41.290378952 +0200 +@@ -73,7 +73,7 @@ + # + + EXTRA_CFLAGS += -I$(src) +-EXTRA_CFLAGS += -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error ++EXTRA_CFLAGS += -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wno-multichar -Werror -O -fno-common -MD $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error + + # + # We rely on these two definitions below; if they aren't set, we set them to