diff options
Diffstat (limited to 'loader/init.cpp')
-rw-r--r-- | loader/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/init.cpp b/loader/init.cpp index 55cbaa6d..f2ff4af0 100644 --- a/loader/init.cpp +++ b/loader/init.cpp @@ -11,7 +11,7 @@ extern "C" __declspec(dllimport) long WINAPI RtlGetVersion(PRTL_OSVERSIONINFOEXW #ifdef _MSC_VER #pragma comment(lib, "ntdll.lib") #endif -#if defined __GNUG__ && !defined __clang__ +#if defined __GNUG__ #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #endif // _WIN32 |