diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-10 21:28:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-10 21:28:49 +0100 |
commit | ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2 (patch) | |
tree | fd2cd355db5022a2df4b47d56e6326736bf88046 /internal.h | |
parent | Add liberror_setenv_failed (diff) | |
download | liberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.gz liberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.bz2 liberror-libc-ee22267ae381eb3274aff3a6c6d1b0ab6efe53d2.tar.xz |
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #if defined(__GNUC__) +# pragma GCC diagnostic ignored "-Wsuggest-attribute=const" # define GCC_ATTRIBUTES(...) __attribute__((__VA_ARGS__)) #else # define GCC_ATTRIBUTES(...) |