diff --git a/plugins/GSdx/GSDrawingContext.h b/plugins/GSdx/GSDrawingContext.h index d23b3a30cf..e9242e8943 100644 --- a/plugins/GSdx/GSDrawingContext.h +++ b/plugins/GSdx/GSDrawingContext.h @@ -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"