mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:54:13 +08:00
mdbx: explicit disable -Wattributes
by #pragma
for GCC < 9.
This commit is contained in:
parent
0fdeb7cd50
commit
d93a13294a
@ -113,6 +113,10 @@
|
||||
disable : 4505) /* unreferenced local function has been removed */
|
||||
#endif /* _MSC_VER (warnings) */
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ < 9
|
||||
#pragma GCC diagnostic ignored "-Wattributes"
|
||||
#endif /* GCC < 9 */
|
||||
|
||||
#include "../mdbx.h"
|
||||
#include "defs.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user