diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-02 12:53:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-02 12:53:36 +0200 |
commit | f749a970e2927ed703a5b7c70e393b5ba6c35e22 (patch) | |
tree | 4f0eabf2dd8055d00e7acbdbad704d058c4df92c /include | |
parent | f8421bdef4ec4a02b62a3afc00d59dd11b801b51 (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.h | 1 |
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 |