Add -Wpointer-arith to compiler flags.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 17:42:04 +0000 (10:42 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:53:26 +0000 (13:53 -0700)
commitad8d3e6bdf9c2f962d698e6836ae9bc69bd464cc
treea4c36dd8482f0cff0d707c1c941362f436431769
parent5549180a542fa7aa17a196d55b2f5eb4cbb3159a
Add -Wpointer-arith to compiler flags.

This should help us to avoid doing pointer arithmetic on void * pointers,
which is a GCC extension that other compilers do not support.
configure.ac