Skip to content
Snippets Groups Projects
Commit 51d79f84 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests: mute Coverity

parent 30e05a83
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ static inline int create_fake_server(server_t *server, knot_mm_t *mm, const char
/* Create test configuration. */
/* String `db_storage' obtained from test_mkdtemp() may be up to 4096 bytes. */
char conf_str[4096 + 512];
snprintf(conf_str, sizeof(conf_str),
(void)snprintf(conf_str, sizeof(conf_str),
"server:\n"
" identity: bogus.ns\n"
" version: 0.11\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment