]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/valgrind/src/valgrind-3.6.0-svn/memcheck/tests/error_counts.c
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / memcheck / tests / error_counts.c
index 5268cdbc0de22713536d7d0869c1c22a4d8266bd..271dc9a4385778a9f29cb69411c410408cea8905 100644 (file)
@@ -8,9 +8,9 @@ int main(void)
 {
    int  x;
    int  y = 0;
-   int* reachable;
+   int* reachable __attribute__((unused));
    int* dubious;
-   int* leaked;
+   int* leaked __attribute__((unused));
    DECLARE_LEAK_COUNTERS;
 
    /* we require these longs to have same size as a machine word */