1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

tests: remove compiler warnings about unused parameters

This commit is contained in:
Sébastien Helleu
2015-03-06 19:24:24 +01:00
parent d9251df1a3
commit cace7471f0
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -567,6 +567,9 @@ TEST(String, Highlight)
char *
test_replace_cb (void *data, const char *text)
{
/* make C++ compiler happy */
(void) data;
if (strcmp (text, "abc") == 0)
return strdup ("def");