diff options
Diffstat (limited to 'pixman/test/stress-test.c')
-rw-r--r-- | pixman/test/stress-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/test/stress-test.c b/pixman/test/stress-test.c index 0a89a52e9..a51737ea0 100644 --- a/pixman/test/stress-test.c +++ b/pixman/test/stress-test.c @@ -128,7 +128,7 @@ real_reader (const void *src, int size) return *(uint32_t *)src;
default:
assert (0);
- break;
+ return 0; /* silence MSVC */
}
}
|