git-svn-id: svn://svn.valgrind.org/vex/trunk@736
CC = gcc
-CCFLAGS = -g -O -Wall -Wmissing-prototypes -Wshadow -Winline $(EXTRA_CFLAGS)
+CCFLAGS = -g -O -Wall -Wmissing-prototypes -Wshadow -Winline \
+ -Wpointer-arith -Wbad-function-cast -Wcast-qual \
+ -Wcast-align -Wmissing-declarations -Wmissing-format-attribute \
+ $(EXTRA_CFLAGS)
#CC = icc
#CCFLAGS = -g -Wbrief -Wall -wd981 -wd279 -wd1287 -wd869 \
are now associated. So add a binding to reflect that
fact. */
addToHHW( env, (HWord)key,
- (HWord)(IRExpr_Tmp(st->Ist.Tmp.tmp)) );
+ (HWord)(void*)(IRExpr_Tmp(st->Ist.Tmp.tmp)) );
}
}