Print this page
make: fix GCC warnings


 172         Name            get_name;
 173         Cmd_line        get_rule;
 174         Name            get_posix_name;
 175         Cmd_line        get_posix_rule;
 176         Boolean         send_mtool_msgs;                /* `-K' */
 177         Boolean         all_precious;
 178         Boolean         silent_all;                     /* `-s' */
 179         Boolean         report_cwd;                     /* `-w' */
 180         Boolean         silent;                         /* `-s' */
 181         Name            silent_name;
 182         char            *stderr_file = NULL;
 183         char            *stdout_file = NULL;
 184 #ifdef SGE_SUPPORT
 185         char            script_file[MAXPATHLEN] = "";
 186 #endif
 187         Boolean         stdout_stderr_same;
 188         Dependency      suffixes;
 189         Name            suffixes_name;
 190         Name            sunpro_dependencies;
 191         Boolean         target_variants;
 192         char            *tmpdir = NOCATGETS("/tmp");
 193         char            *temp_file_directory = NOCATGETS(".");
 194         Name            temp_file_name;
 195         short           temp_file_number;
 196         time_t          timing_start;
 197         wchar_t         *top_level_target;
 198         Boolean         touch;                          /* `-t' */
 199         Boolean         trace_reader;                   /* `-D' */
 200         Boolean         build_unconditional;            /* `-u' */
 201         pathpt          vroot_path = VROOT_DEFAULT;
 202         Name            wait_name;
 203         wchar_t         wcs_buffer2[MAXPATHLEN];
 204         wchar_t         *wcs_ptr;
 205         wchar_t         *wcs_ptr2;
 206         nl_catd         catd;
 207         long int        hostid;
 208 
 209 /*
 210  * File table of contents
 211  */
 212 


 172         Name            get_name;
 173         Cmd_line        get_rule;
 174         Name            get_posix_name;
 175         Cmd_line        get_posix_rule;
 176         Boolean         send_mtool_msgs;                /* `-K' */
 177         Boolean         all_precious;
 178         Boolean         silent_all;                     /* `-s' */
 179         Boolean         report_cwd;                     /* `-w' */
 180         Boolean         silent;                         /* `-s' */
 181         Name            silent_name;
 182         char            *stderr_file = NULL;
 183         char            *stdout_file = NULL;
 184 #ifdef SGE_SUPPORT
 185         char            script_file[MAXPATHLEN] = "";
 186 #endif
 187         Boolean         stdout_stderr_same;
 188         Dependency      suffixes;
 189         Name            suffixes_name;
 190         Name            sunpro_dependencies;
 191         Boolean         target_variants;
 192         const char      *tmpdir = NOCATGETS("/tmp");
 193         const char      *temp_file_directory = NOCATGETS(".");
 194         Name            temp_file_name;
 195         short           temp_file_number;
 196         time_t          timing_start;
 197         wchar_t         *top_level_target;
 198         Boolean         touch;                          /* `-t' */
 199         Boolean         trace_reader;                   /* `-D' */
 200         Boolean         build_unconditional;            /* `-u' */
 201         pathpt          vroot_path = VROOT_DEFAULT;
 202         Name            wait_name;
 203         wchar_t         wcs_buffer2[MAXPATHLEN];
 204         wchar_t         *wcs_ptr;
 205         wchar_t         *wcs_ptr2;
 206         nl_catd         catd;
 207         long int        hostid;
 208 
 209 /*
 210  * File table of contents
 211  */
 212