--- ./src/workbook.c Wed Jan 30 22:11:27 2002 +++ ../gnumeric-1.0.13/./src/workbook.c Mon Jun 23 12:01:21 2003 @@ -650,7 +650,7 @@ sheet_cell_set_expr (cell, tmp->oldtree); } else dependent_set_expr (tmp->u.dep, tmp->oldtree); -#warning Check to see what recalc assumptions the callers make +/* #warning Check to see what recalc assumptions the callers make */ expr_tree_unref (tmp->oldtree); info = info->next; --- ./src/mathfunc.h Fri Dec 21 10:12:32 2001 +++ ../gnumeric-1.0.13/./src/mathfunc.h Mon Jun 23 12:01:21 2003 @@ -21,7 +21,7 @@ #ifdef qgamma /* It was reported that mips-sgi-irix6.5 has a weird and conflicting define for qgamma. See bug 1689. */ -#warning "Your is somewhat broken; we'll work around that." +/* #warning "Your is somewhat broken; we'll work around that." */ #undef qgamma #endif --- ./src/xml-io.c Tue Jan 7 17:33:04 2003 +++ ../gnumeric-1.0.13/./src/xml-io.c Mon Jun 23 12:01:21 2003 @@ -2718,7 +2718,7 @@ expr = expr_parse_str_simple ((char *)content, &pp); g_return_if_fail (expr != NULL); -#warning TODO : arrays +/* #warning TODO : arrays */ } else if (is_value) { cell->value = value_new_from_string (value_type, (char *)content); cell->format = value_fmt; /* absorb existing ref */ --- ./src/validation.c Mon May 27 22:39:23 2002 +++ ../gnumeric-1.0.13/./src/validation.c Mon Jun 23 12:01:21 2003 @@ -191,7 +191,7 @@ } case VALIDATION_TYPE_IN_LIST : -#warning TODO +/* #warning TODO */ return VALIDATION_STATUS_VALID; case VALIDATION_TYPE_TEXT_LENGTH : --- ./plugins/excel/ms-excel-write.c Wed Mar 19 00:19:07 2003 +++ ../gnumeric-1.0.13/./plugins/excel/ms-excel-write.c Mon Jun 23 12:01:21 2003 @@ -577,7 +577,7 @@ g_return_if_fail (wb->ver <= MS_BIFF_V7); /* excel crashes if this isn't here and the names have Ref3Ds */ -#warning TODO support references to external workbooks, and only spew sheets that are referenced in names. +/* #warning TODO support references to external workbooks, and only spew sheets that are referenced in names. */ if (names) write_externsheets (bp, wb, NULL); esheet = g_ptr_array_index (wb->sheets, 0); --- ./ltmain.sh Sun Apr 6 14:00:14 2003 +++ ../gnumeric-1.0.13/./ltmain.sh Mon Jun 23 12:01:21 2003 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f"