mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-24 21:58:44 +02:00
clang support
This commit is contained in:
@@ -16,7 +16,7 @@ std::string StringFromFormat(
|
||||
_Printf_format_string_
|
||||
#endif
|
||||
const char* format, ...)
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
__attribute__((format(gnu_printf, 1, 2)))
|
||||
#endif
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user