commit | f976f6c216f0cc80e27e1d38e7df5369595aa442 | [log] [tgz] |
---|---|---|
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Sun Apr 03 17:42:19 2011 +0000 |
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Sun Apr 03 17:42:19 2011 +0000 |
tree | 1d5444ea3b1f1d9c0dea1c1e9f65b8d74c83b5ea | |
parent | 26288e4a1523a101258dde67581ae0eaf53a133b [diff] [blame] |
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-ptrcheck/tests/justify.c b/exp-ptrcheck/tests/justify.c index 0cc5295..366c78b 100644 --- a/exp-ptrcheck/tests/justify.c +++ b/exp-ptrcheck/tests/justify.c
@@ -10,7 +10,7 @@ int main ( void ) { - char c; + char c __attribute__((unused)); char *c0, *c1; c0 = malloc(10000);