Kaydet (Commit) ec64e5e3 authored tarafından Matúš Kukan's avatar Matúš Kukan

WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warning

üst 9bf638c8
......@@ -260,7 +260,7 @@ typedef CRITICAL_SECTION rtl_memory_lock_type;
#define GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)
#if GCC_VERSION >= 40201 && !defined __clang__
#if GCC_VERSION >= 40600 && !defined __clang__
#pragma GCC diagnostic warning "-Wunused-but-set-variable"
#endif
#define RTL_VALGRIND_IGNORE_VAL (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment