got rid of compile warnings, added -Wall to AM_CFLAGS for now

This commit is contained in:
osboxes.org
2015-03-09 09:07:49 -06:00
parent 42c050c29f
commit efe4a24b7e
13 changed files with 25 additions and 36 deletions
+1 -3
View File
@@ -118,7 +118,7 @@ int main(int argc, char **argv) {
double imgmem;
unsigned int strip;
double center_y, center_base;
unsigned int nstrips;
unsigned int nstrips = 1;
randctx savectx;
char *prefix = args("prefix", "");
char *out = args("out", NULL);
@@ -126,7 +126,6 @@ int main(int argc, char **argv) {
int verbose = argi("verbose", 1);
int bits = argi("bits", 33);
int bpc = argi("bpc",8);
int seed = argi("seed", 0);
int transparency = argi("transparency", 0);
char *inf = getenv("in");
double qs = argf("qs", 1.0);
@@ -249,7 +248,6 @@ int main(int argc, char **argv) {
"to one file. all but last will be lost.\n");
}
for (i = 0; i < ncps; i++) {
int real_height;