diff options
author | Daan Leijen <daan@microsoft.com> | 2021-10-19 15:13:53 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-10-19 15:13:53 -0700 |
commit | d4397ce16c5fb0f2f5419e578ecd32e4a1be36df (patch) | |
tree | 0696a0cafca6ca875fba8b2b10d9ad976d42f554 /test/test-api.c | |
parent | 3bf7b4313c4fda2ae7dbad8a23e80af3d1ffa095 (diff) | |
parent | 10c31f9b41f5559e459dc30cf463cc750bfa67ac (diff) |
merge from dev
Diffstat (limited to 'test/test-api.c')
-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 |