diff options
Diffstat (limited to 'test/test-api.c')
-rw-r--r-- | test/test-api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-api.c b/test/test-api.c index f72cfaf..8ddbf7c 100644 --- a/test/test-api.c +++ b/test/test-api.c @@ -4,7 +4,9 @@ This is free software; you can redistribute it and/or modify it under the terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. -----------------------------------------------------------------------------*/ +#if defined(__GNUC__) && !defined(__clang__) #pragma GCC diagnostic ignored "-Walloc-size-larger-than=" +#endif /* Testing allocators is difficult as bugs may only surface after particular |