Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-10-07 04:21:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-07 04:22:05 +0300
commitfae0685113c8f8ee380d431c210b25eb689a811f (patch)
tree544ba95e0d3598d335718affa3f73fbd4498ccc8 /intern/clog
parent54a9649e26367a4d196791f2efe9db03bd22e685 (diff)
Cleanup: quiet warnings
Diffstat (limited to 'intern/clog')
-rw-r--r--intern/clog/clog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/clog/clog.c b/intern/clog/clog.c
index da94acd97b1..9074e0f85e1 100644
--- a/intern/clog/clog.c
+++ b/intern/clog/clog.c
@@ -174,6 +174,7 @@ static void clg_str_append(CLogStringBuf *cstr, const char *str)
clg_str_append_with_len(cstr, str, strlen(str));
}
+ATTR_PRINTF_FORMAT(2, 0)
static void clg_str_vappendf(CLogStringBuf *cstr, const char *fmt, va_list args)
{
/* Use limit because windows may use '-1' for a formatting error. */