ggml : do not use _GNU_SOURCE gratuitously
This commit is contained in:
parent
447ccbe8c3
commit
78fafcaf10
4 changed files with 10 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue