summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-01 19:42:02 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-01 19:42:02 +0000
commitf349497507fecb0927a8a8893e93a712921c8c4a (patch)
tree62b5c54de5e3c5a3b342abbaa4a7ea32a437436a /gcc/gcc.c
parentb07ed7feb8f9fc07ef1fd0a9e181446f0d432559 (diff)
downloadgcc-f349497507fecb0927a8a8893e93a712921c8c4a.tar.gz
* gcc.c (process_command): Change j to 'unsigned int'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index de38cf1c581..b7e9a1df339 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -3277,7 +3277,7 @@ process_command (int argc, const char **argv)
int lang_n_infiles = 0;
#ifdef MODIFY_TARGET_NAME
int is_modify_target_name;
- int j;
+ unsigned int j;
#endif
GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX");