mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 02:35:22 +01:00
clang support
This commit is contained in:
parent
8449deb0bc
commit
619b451902
6 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue