mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-03 09:22:01 +00:00
ggml : do not use _GNU_SOURCE gratuitously
This commit is contained in:
@@ -53,6 +53,7 @@ __attribute__((format(gnu_printf, 1, 2)))
|
||||
__attribute__((format(printf, 1, 2)))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static std::string format(const char * fmt, ...) {
|
||||
va_list ap, ap2;
|
||||
va_start(ap, fmt);
|
||||
|
||||
Reference in New Issue
Block a user