Disable cotire on travis

Make some workarounds for clang because it poorly supports -Wold-style-cast
This commit is contained in:
Nekotekina 2020-02-21 15:39:40 +03:00
parent 972e0ab31d
commit 5e75a0c497
6 changed files with 37 additions and 16 deletions

View file

@ -2,6 +2,7 @@
#error "FAudio support disabled but still being built."
#endif
#include "stdafx.h"
#include "FAudioBackend.h"
#include "Emu/system_config.h"
#include "Emu/System.h"