mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[ATL] Suppress GCC8 warning in RelocateElements, fix build.
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user