gsdx: Fix unknown pragma clang warnings.

This commit is contained in:
lightningterror 2019-07-09 20:35:18 +02:00
parent 96b02be1d1
commit 6f09cd9b81
1 changed files with 2 additions and 0 deletions

View File

@ -20,8 +20,10 @@
*/
#pragma once
#ifdef __clang__
// Ignore format for this file, as it spams a lot of warnings about uint64 and %llu.
#pragma clang diagnostic ignored "-Wformat"
#endif
#include "GS.h"
#include "GSLocalMemory.h"