mirror of https://github.com/PCSX2/pcsx2.git
GSDevice: Ignore -Wignored-qualifiers for CAS
warning: 'restrict' type qualifier on return type has no effect [-Wignored-qualifiers]
This commit is contained in:
parent
5999a1a62e
commit
78a66147f1
|
@ -510,6 +510,7 @@ void GSDevice::SetHWDrawConfigForAlphaPass(GSHWDrawConfig::PSSelector* ps,
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostic ignored "-Wunused-function"
|
#pragma clang diagnostic ignored "-Wunused-function"
|
||||||
|
#pragma clang diagnostic ignored "-Wignored-qualifiers"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Kinda grotty, but better than copy/pasting the relevant bits in..
|
// Kinda grotty, but better than copy/pasting the relevant bits in..
|
||||||
|
|
Loading…
Reference in New Issue