]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
unbreak the build (when warnings are enabled)
authorRoger Dingledine <arma@torproject.org>
Wed, 11 May 2016 17:42:00 +0000 (13:42 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 11 May 2016 17:42:00 +0000 (13:42 -0400)
src/or/dirserv.c

index a367669db024be12a97d02bf8ef47815ca40267f..01b08ca41b87175bd693e3c29fa409add34459b9 100644 (file)
@@ -1597,9 +1597,8 @@ dirserv_compute_performance_thresholds(digestmap_t *omit_as_sybil)
  * networkstatus_getinfo_by_purpose().
  */
 void
-dirserv_compute_bridge_flag_thresholds()
+dirserv_compute_bridge_flag_thresholds(void)
 {
-
   digestmap_t *omit_as_sybil = digestmap_new();
   dirserv_compute_performance_thresholds(omit_as_sybil);
   digestmap_free(omit_as_sybil, NULL);