[Libreoffice-commits] core.git: include/sal
Stephan Bergmann
sbergman at redhat.com
Tue Jun 2 03:54:42 PDT 2015
include/sal/detail/log.h | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f749a970e2927ed703a5b7c70e393b5ba6c35e22
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 2 12:53:36 2015 +0200
Remove obsolete comment
...that should have been removed as part of
7196df7ac616be39689f21d8784fd78030868586 "tdf#43157: Enable format check in
sal_detail_logFormat"
Change-Id: I331359bfa0e7c678f662f3de63257ccc0b528484
diff --git a/include/sal/detail/log.h b/include/sal/detail/log.h
index 8dee501..3a1dce7 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
More information about the Libreoffice-commits
mailing list