summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-02 12:53:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-02 12:53:36 +0200
commitf749a970e2927ed703a5b7c70e393b5ba6c35e22 (patch)
tree4f0eabf2dd8055d00e7acbdbad704d058c4df92c /include
parentf8421bdef4ec4a02b62a3afc00d59dd11b801b51 (diff)
Remove obsolete comment
...that should have been removed as part of 7196df7ac616be39689f21d8784fd78030868586 "tdf#43157: Enable format check in sal_detail_logFormat" Change-Id: I331359bfa0e7c678f662f3de63257ccc0b528484
Diffstat (limited to 'include')
-rw-r--r--include/sal/detail/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sal/detail/log.h b/include/sal/detail/log.h
index 8dee5015b1ea..3a1dce760939 100644
--- a/include/sal/detail/log.h
+++ b/include/sal/detail/log.h
@@ -59,7 +59,6 @@ enum sal_detail_LogLevel {
SAL_DLLPUBLIC void SAL_CALL sal_detail_logFormat(
enum sal_detail_LogLevel level, char const * area, char const * where,
char const * format, ...)
-/* TODO: enabling this will produce a huge amount of -Werror=format errors: */
#if defined __GNUC__
__attribute__((format(printf, 4, 5)))
#endif