summaryrefslogtreecommitdiff
path: root/src/LogV.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-05-16 07:00:53 +0200
committerMax Kellermann <max@musicpd.org>2017-05-16 10:15:43 +0200
commit377a2860cc4a28bfcc6cf0f067dc2571cceb97c0 (patch)
tree98e63b5b1469cead2e63548c7b4d9f0ac3b9fbe9 /src/LogV.hxx
parent0a3a5a7c657fc8ccf6d53e5bf572b7191765a265 (diff)
Log: add "noexcept"
Diffstat (limited to 'src/LogV.hxx')
-rw-r--r--src/LogV.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LogV.hxx b/src/LogV.hxx
index 5f4dad795..bfb51205d 100644
--- a/src/LogV.hxx
+++ b/src/LogV.hxx
@@ -25,6 +25,7 @@
#include <stdarg.h>
void
-LogFormatV(const Domain &domain, LogLevel level, const char *fmt, va_list ap);
+LogFormatV(const Domain &domain, LogLevel level,
+ const char *fmt, va_list ap) noexcept;
#endif /* LOG_H */