summaryrefslogtreecommitdiffstats
path: root/liblog.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-22 00:54:23 +0100
committerMattias Andrée <m@maandree.se>2025-02-22 00:54:23 +0100
commit1aa5c5fcc55f65bb48396a6fb45af060eb24b8e6 (patch)
tree21d6c69c2f64226e98c28413a8e95534c36f939f /liblog.h
parentFix doc style (diff)
downloadliblog-master.tar.gz
liblog-master.tar.bz2
liblog-master.tar.xz
m fix + add testsHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'liblog.h')
-rw-r--r--liblog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog.h b/liblog.h
index fb5f097..1192ead 100644
--- a/liblog.h
+++ b/liblog.h
@@ -15,6 +15,7 @@
#elif defined(__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
+# pragma GCC diagnostic ignored "-Winline"
#endif