mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 04:45:25 +00:00
8233698: GCC 4.8.5 build failure after JDK-8233530
Reviewed-by: stuefe, dholmes, kbarrett
This commit is contained in:
parent
9ca5e79bf2
commit
a57683f3e0
@ -91,7 +91,9 @@ void operator delete [](void* p) throw() {
|
||||
|
||||
#ifdef __GNUG__
|
||||
// Warning disabled for gcc 5.4
|
||||
// Warning for unknown warning disabled for gcc 4.8.5
|
||||
PRAGMA_DIAG_PUSH
|
||||
PRAGMA_DISABLE_GCC_WARNING("-Wpragmas")
|
||||
PRAGMA_DISABLE_GCC_WARNING("-Wc++14-compat")
|
||||
#endif // __GNUG__
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user