int main(int argc, char **argv) { return 2; return 0; } 16 changes: 12 additions & 4 deletions 16 mk/mkc.conf.mk Original file line numberDiff line numberDiff line change @@ -359,29 +359,37 @@ MKC_ERR_MSG += "ERROR: cannot find program ${p}" # checks whether $CC accepts...
int main(int argc, char** argv) { //NOTE: for some reason, under Cygwin uncaught exceptions do not result in non-zero exit code. // This global try-catch block is to workaround this. try{ if(argc != 3){ std::cout << "Error: 2 arguments expected: <svg-file> <png-file>" <...
if (terse_version != 2) { log_err("fio: bad terse version format\n"); @@ -1293,22 +1301,18 @@ int parse_cmd_line(int argc, char *argv[]) } break; case 'e': fio_client_add_cmd_option(cur_client, argv[optind-1]); ...