Skip to content

Commit cf23f3c

Browse files
committed
Making changes according to the new CFLAGS
- making changes to honour warnings by the new compiler flags, -Wall and -std=c99
1 parent 70f1bf6 commit cf23f3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: mmap_pthreads/mmaptrial.c

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ int main(int argc, char* argv[]) {
210210
}
211211
}
212212

213-
quit:
214213
free(filename);
215214
return 0;
216215
}

0 commit comments

Comments
 (0)