Strict compiler with reldeb default build.

This commit is contained in:
Nicolás A. Ortega
2016-07-04 16:17:16 +02:00
parent 597fc22124
commit 156f8de5c0
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
char version[16] = "v0.5";
int verbose = 0;
int main(int argc, char **argv) {
int main(/*int argc, char **argv*/) {
printf("MMMCalc %s, Copyright (c) 2016 Nicolás A. Ortega.\n", version);
printf("This program comes with ABSOLUTELY NO WARRANTY.\n");
printf("This program is free software and you are welcome to redistribute\n");