mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try fix mingw-clang ci
This commit is contained in:
parent
e3c098246d
commit
71e3acd1c4
@ -36,7 +36,7 @@ inline std::optional<short> from_char(char c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// mingw32 clang does not support some of the builtin functions
|
// mingw32 clang does not support some of the builtin functions
|
||||||
#if (defined(__clang__) && (!defined(__MINGW32__) || defined(__MINGW64__))) || \
|
#if (defined(__clang__) && (!defined(_WIN32) || defined(_WIN64))) || \
|
||||||
defined(__GNUC__) || defined(__GUNG__)
|
defined(__GNUC__) || defined(__GUNG__)
|
||||||
////////////////
|
////////////////
|
||||||
// mul overflow detection
|
// mul overflow detection
|
||||||
|
Loading…
Reference in New Issue
Block a user