summaryrefslogtreecommitdiff
path: root/auto_tests/set_status_message_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-23 02:22:38 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-24 22:20:22 +0000
commitd3b286cb434ed228e7b62cc70cb293e7a5554bfa (patch)
tree9ab3dd66f9dba2ca861ba8c6e098fb96754aa80b /auto_tests/set_status_message_test.c
parentafc80922e720f5d2a93bdfb3745da058e5ddf81b (diff)
Fix a bunch of compiler warnings and remove suppressions.
Diffstat (limited to 'auto_tests/set_status_message_test.c')
-rw-r--r--auto_tests/set_status_message_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/set_status_message_test.c b/auto_tests/set_status_message_test.c
index f1508720..fd6c3558 100644
--- a/auto_tests/set_status_message_test.c
+++ b/auto_tests/set_status_message_test.c
@@ -104,7 +104,7 @@ static void test_set_status_message(void)
104 tox_kill(tox2); 104 tox_kill(tox2);
105} 105}
106 106
107int main(int argc, char *argv[]) 107int main(void)
108{ 108{
109 setvbuf(stdout, nullptr, _IONBF, 0); 109 setvbuf(stdout, nullptr, _IONBF, 0);
110 110