diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-26 21:19:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-26 21:19:54 +0200 |
commit | 16942992f7960bf2f563ea19e9c195b9adf3827a (patch) | |
tree | 70ebc45425fe4e488f17c8c7112a8f0e66189a95 | |
parent | Add tests (diff) | |
download | libsimple-16942992f7960bf2f563ea19e9c195b9adf3827a.tar.gz libsimple-16942992f7960bf2f563ea19e9c195b9adf3827a.tar.bz2 libsimple-16942992f7960bf2f563ea19e9c195b9adf3827a.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libsimple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsimple.h b/libsimple.h index dd30563..1e27b65 100644 --- a/libsimple.h +++ b/libsimple.h @@ -1272,7 +1272,6 @@ libsimple_enputenvf(int __status, const char *__fmt, ...) /* TODO test */ #endif - _LIBSIMPLE_GCC_ONLY(__attribute__((__nonnull__(1)))) void libsimple_vweprintf(const char *, va_list); #ifndef vweprintf |