ggml : do not use _GNU_SOURCE gratuitously

This commit is contained in:
Georgi Gerganov 2023-06-25 16:41:53 +03:00
parent 447ccbe8c3
commit 78fafcaf10
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
4 changed files with 10 additions and 11 deletions

View file

@ -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);