OSDN Git Service

Kaveh's warning patch from 11/19
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / fixtests.c
index 4e45dc1..75d66c1 100644 (file)
@@ -58,7 +58,7 @@ typedef struct {
   _FT_( "machine_name",     machine_name_test )
 
 #define TEST_FOR_FIX_PROC_HEAD( test )          \
-apply_fix_p_t test PARAMS(( tCC* file, tCC* text ));  /* avoid warning */          \
+static apply_fix_p_t test PARAMS(( tCC* file, tCC* text ));  \
 static apply_fix_p_t test ( fname, text )       \
     tCC* fname;                                 \
     tCC* text;