mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[APITESTS] Ignore GCC8 warnings where we test some crazy stuff
This commit is contained in:
parent
6b10706205
commit
1c0a2a35e7
4 changed files with 19 additions and 2 deletions
|
@ -6,6 +6,11 @@
|
|||
* Copyright 2019 Mark Jansen (mark.jansen@reactos.org)
|
||||
*/
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 7
|
||||
// this is an intended behaviour
|
||||
#pragma GCC diagnostic ignored "-Wclass-memaccess"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_APITEST
|
||||
#include <apitest.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue