]> git.ipfire.org Git - thirdparty/krb5.git/commit
Error on void pointer arithmetic with gcc
authorGreg Hudson <ghudson@mit.edu>
Wed, 9 Jan 2013 15:21:00 +0000 (10:21 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 9 Jan 2013 15:21:00 +0000 (10:21 -0500)
commit3f81d9fe9b7e2040973500bc11f369a5696af548
treedbd649a499db2315d5a5cce4762ecfed5c4e4726
parentfc20ae13f18260930433d6239554f24bb50312a3
Error on void pointer arithmetic with gcc

Add -Werror=pointer-arith to the gcc warning flags.  The equivalent
was added to the Solaris compiler flags in
2dc1ef4078acd7ca463a8eee2ef20de54e672f37 (r21886).
src/aclocal.m4