From 9766bda54ea6df10c3ea43a67c55cc59d32c31fe Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 5 Jul 2005 01:18:07 +0000 Subject: [PATCH] globally enable the -Wpointer-arith warning to prevent usage of GCC's pointer arithmetics extension svn path=/trunk/; revision=16422 --- reactos/ReactOS.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/ReactOS.xml b/reactos/ReactOS.xml index 421e642907a..f575319b03e 100644 --- a/reactos/ReactOS.xml +++ b/reactos/ReactOS.xml @@ -28,11 +28,12 @@ + -Wpointer-arith include - include/reactos + include/reactos w32api/include - w32api/include/ddk + w32api/include/ddk