mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 21:34:15 +00:00
regex: Proper define for this thing
This commit is contained in:
parent
32b33d62b2
commit
6e237de6d8
10
deps/regex/regex_internal.h
vendored
10
deps/regex/regex_internal.h
vendored
@ -28,11 +28,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#ifndef UNUSED
|
||||
#ifdef __GNUC__
|
||||
#define UNUSED __attribute__((unused))
|
||||
#endif
|
||||
#else
|
||||
#define UNUSED
|
||||
# ifdef __GNUC__
|
||||
# define UNUSED __attribute__((unused))
|
||||
# else
|
||||
# define UNUSED
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined HAVE_LANGINFO_H || defined HAVE_LANGINFO_CODESET || defined _LIBC
|
||||
|
Loading…
Reference in New Issue
Block a user