X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-ptrcheck/tests/zero.c diff --git a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-ptrcheck/tests/zero.c b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-ptrcheck/tests/zero.c index adea4d6a1..7077bb446 100644 --- a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-ptrcheck/tests/zero.c +++ b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-ptrcheck/tests/zero.c @@ -5,7 +5,7 @@ int main ( void ) { - char c, *c0 = malloc(0), *c1; + char c __attribute__((unused)), *c0 = malloc(0), *c1; c = *c0; // bad