mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Disable cotire on travis
Make some workarounds for clang because it poorly supports -Wold-style-cast
This commit is contained in:
parent
972e0ab31d
commit
5e75a0c497
6 changed files with 37 additions and 16 deletions
|
@ -10,6 +10,11 @@
|
|||
#include <cmath>
|
||||
#include <atomic>
|
||||
|
||||
#if !defined(_MSC_VER) && defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wold-style-cast"
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define SSSE3_FUNC
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue