]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Enable -Wcast-qual when compiling the valgrind source.
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 22 Oct 2014 12:53:16 +0000 (12:53 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 22 Oct 2014 12:53:16 +0000 (12:53 +0000)
commit070ad41c3bd5c22d695904e19db85394b9d03518
treec7389c2301dde578a28f130efaafd06980d59e8b
parentc0869fe07cd8a6a21011ae960cd58581a5151ad4
Enable -Wcast-qual when compiling the valgrind source.
Testcases are not compiled with -Wcast-qual.
Introduce CONST_CAST macro to work around in the few spots
where a cast that drops type qualifiers is needed.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14652
Makefile.tool-tests.am
configure.ac
coregrind/m_deduppoolalloc.c
coregrind/m_libcbase.c
coregrind/m_libcproc.c
coregrind/m_redir.c
exp-sgcheck/h_intercepts.c
include/pub_tool_basics.h
shared/vg_replace_strmem.c