Skip to content

Commit

Permalink
Problem: pedantic compilers complain about unused engine_cancel_monitor.
Browse files Browse the repository at this point in the history
Solution: add a dummy use of engine_cancel_monitor
  • Loading branch information
jdiez17 committed Feb 10, 2017
1 parent 0e61ab5 commit 1f13088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zproto_server_c.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ s_satisfy_pedantic_compilers (void)
engine_broadcast_event (NULL, NULL, NULL_event);
engine_handle_socket (NULL, 0, NULL);
engine_set_monitor (NULL, 0, NULL);
engine_cancel_monitor (NULL, 0);
engine_set_log_prefix (NULL, NULL);
engine_configure (NULL, NULL, NULL);
engine_verbose (NULL);
Expand Down

0 comments on commit 1f13088

Please sign in to comment.