summaryrefslogtreecommitdiff
path: root/src/basic/log.h
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-03-17 16:41:20 +0100
committerDaniel Mack <github@zonque.org>2016-03-17 16:41:20 +0100
commitc31be17f6bfb0a7c6f8ecb892f125016b7986f5c (patch)
tree53d954c5dbf22e5011ce712fe07f469ffeea4737 /src/basic/log.h
parentce1d15ed0f944b864ac1ea0025297daede7b45f4 (diff)
parentc337642992892219479704460a8d7042d66ce1e7 (diff)
Merge pull request #2848 from keszybz/clang-warnings
Clang warnings
Diffstat (limited to 'src/basic/log.h')
-rw-r--r--src/basic/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/log.h b/src/basic/log.h
index f9fb1742a1..b6356228d9 100644
--- a/src/basic/log.h
+++ b/src/basic/log.h
@@ -246,5 +246,4 @@ int log_syntax_internal(
log_syntax_internal(unit, _level, config_file, config_line, 0, __FILE__, __LINE__, __func__, \
"String is not UTF-8 clean, ignoring assignment: %s", strna(_p)); \
} \
- -EINVAL; \
})