search for: showshortoptions

Displaying 4 results from an estimated 4 matches for "showshortoptions".

2008 Jun 04
1
3.0.3pre2 compile warnings on interix
...popt/poptconfig.c:20: warning: implicit declaration of function `alloca' gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:767: warning: implicit declaration of function `alloca' gcc -std=gnu99 -I. -I. -D_ALL_SOURCE -DHAVE_CONFIG_H -Wall -W -I./popt -Wno-unused-parameter -D_ALL_SOURCE -I/usr/local/include -I/usr/local/ssl/include -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In f...
2004 May 27
0
compiling on HP-UX
...s ignored on function return type popt/popthelp.c:90: warning: type qualifiers ignored on function return type popt/popthelp.c: In function `singleOptionHelp': popt/popthelp.c:321+323+331: warning: signed and unsigned type in conditional expression popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:611: warning: implicit declaration of function `alloca' In file included from popt/system.h:82, from popt/poptparse.c:9: popt/popt.h:377: warning: type qualifiers ignored on function return type popt/poptparse.c: In function `poptParseArgvString': popt...
2005 Sep 14
1
RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2
...-I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `configLine': popt/poptconfig.c:21: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:611: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:62: warning: implicit declaration of function `al...
2003 Oct 08
2
2.5.6: a number of minor issues
...#39;('; @@ -479,6 +481,7 @@ { int leftColWidth; +flags=flags; (void) showHelpIntro(con, fp); if (con->otherHelp) fprintf(fp, " %s\n", con->otherHelp); @@ -638,6 +641,7 @@ { int cursor; +flags=flags; cursor = showHelpIntro(con, fp); cursor += showShortOptions(con->options, fp, NULL); (void) singleTableUsage(con, fp, cursor, con->options, NULL); --- OLD/zlib/inftrees.c Thu Jan 1 00:00:00 1970 +++ NEW/zlib/inftrees.c Thu Jan 1 00:00:00 1970 @@ -445,6 +445,8 @@ ZFREE(z, c); fixed_built = 1; } +#else + z=z; #endif *bl = fixed_...