mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:54:14 +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 */
|
disable : 4505) /* unreferenced local function has been removed */
|
||||||
#endif /* _MSC_VER (warnings) */
|
#endif /* _MSC_VER (warnings) */
|
||||||
|
|
||||||
|
#if defined(__GNUC__) && __GNUC__ < 9
|
||||||
|
#pragma GCC diagnostic ignored "-Wattributes"
|
||||||
|
#endif /* GCC < 9 */
|
||||||
|
|
||||||
#include "../mdbx.h"
|
#include "../mdbx.h"
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user