diff options
author | Daan Leijen <daan@microsoft.com> | 2021-10-19 15:13:01 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-10-19 15:13:01 -0700 |
commit | 10c31f9b41f5559e459dc30cf463cc750bfa67ac (patch) | |
tree | 63271c546eb9528bd5fc2dcd766b5abb1d1f885c /test | |
parent | 505ea78caef704eab47cd658973d3d55e3223262 (diff) |
fix warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/test-api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-api.c b/test/test-api.c index 55c8043..f72cfaf 100644 --- a/test/test-api.c +++ b/test/test-api.c @@ -4,6 +4,7 @@ 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. -----------------------------------------------------------------------------*/ +#pragma GCC diagnostic ignored "-Walloc-size-larger-than=" /* Testing allocators is difficult as bugs may only surface after particular |