mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 22:02:37 +00:00
globally enable the -Wpointer-arith warning to prevent usage of GCC's pointer arithmetics extension
svn path=/trunk/; revision=16422
This commit is contained in:
parent
bd691c850c
commit
9766bda54e
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
||||||
<define name="KDBG" value="1" />
|
<define name="KDBG" value="1" />
|
||||||
<property name="DBG_OR_KDBG" value="true" />
|
<property name="DBG_OR_KDBG" value="true" />
|
||||||
</if>
|
</if>
|
||||||
|
<compilerflag>-Wpointer-arith</compilerflag>
|
||||||
|
|
||||||
<include>include</include>
|
<include>include</include>
|
||||||
<include>include/reactos</include>
|
<include>include/reactos</include>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue