mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
api test conceal gcc pragma
This commit is contained in:
parent
10c31f9b41
commit
5834751ca6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"LICENSE" at the root of this distribution.
|
"LICENSE" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
|
#if defined(__GNUC__) && !defined(__clang__)
|
||||||
#pragma GCC diagnostic ignored "-Walloc-size-larger-than="
|
#pragma GCC diagnostic ignored "-Walloc-size-larger-than="
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Testing allocators is difficult as bugs may only surface after particular
|
Testing allocators is difficult as bugs may only surface after particular
|
||||||
|
|
Loading…
Add table
Reference in a new issue