ICU-535 Fixed some compiler warnings.

X-SVN-Rev: 2974
This commit is contained in:
George Rhoten 2000-11-21 18:59:19 +00:00
parent ecd6022aaa
commit aaa12f49af

View File

@ -315,7 +315,7 @@ static int executeMakefile(const UPKGOptions *o)
{ {
char cmd[1024]; char cmd[1024];
/*char pwd[1024];*/ /*char pwd[1024];*/
char *make; const char *make;
int rc; int rc;
make = getenv("MAKE"); make = getenv("MAKE");