mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
- "*(int *)0 = " is apparently ignored by LLVM for who-knows-why reason. Cast the zero to a volatile int * instead. - remove an unused function that gcc failed to mention was unused (why? because it was marked __attribute__((noreturn)) ?) As an aside, clang/llvm-2.8 seemed to be able to successfully compile Valgrind. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11429