util/Manual: drop support for gcc 4.6
This commit is contained in:
parent
3e87ac75a1
commit
88f5220acf
@ -30,14 +30,12 @@
|
||||
#ifndef MPD_MANUAL_HXX
|
||||
#define MPD_MANUAL_HXX
|
||||
|
||||
#include "Compiler.h"
|
||||
|
||||
#include <new>
|
||||
#include <utility>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#if CLANG_OR_GCC_VERSION(4,7)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
||||
#endif
|
||||
@ -118,7 +116,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#if CLANG_OR_GCC_VERSION(4,7)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user