[or-cvs] Clear up a couple of pedantic compiler warnings

Nick Mathewson nickm at seul.org
Tue Mar 22 18:56:13 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv21677/src/or

Modified Files:
	main.c 
Log Message:
Clear up a couple of pedantic compiler warnings

Index: main.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -d -r1.464 -r1.465
--- main.c	22 Mar 2005 06:21:35 -0000	1.464
+++ main.c	22 Mar 2005 18:56:11 -0000	1.465
@@ -585,7 +585,7 @@
   }
 }
 
-INLINE int
+static INLINE int
 get_dir_fetch_period(or_options_t *options)
 {
   if (options->DirFetchPeriod)
@@ -599,7 +599,7 @@
     return 40*60;
 }
 
-INLINE int
+static INLINE int
 get_status_fetch_period(or_options_t *options)
 {
   if (options->StatusFetchPeriod)



More information about the tor-commits mailing list