Files
mckernel/kernel
Dominique Martinet 196379854b Fix a few more harmless compiler warnings:
- myfree in pager.c was called with an argument, so add one to the
dummy definition
- pgoff is offset_t (unsigned) and doesn't need to be compared to 0
- clang says '*(int *)0 = 0' will be optimized away instead of keeping
the segfault without a volatile hint (?! that is wrong!), but it causes
no harm to add anyway.
2017-10-13 10:02:11 +09:00
..
2017-09-05 15:06:27 +09:00
2014-03-30 16:14:19 +09:00
2017-09-05 15:06:27 +09:00
2016-03-08 15:19:03 +09:00
2013-06-06 11:53:30 -05:00
2017-09-04 08:53:32 +09:00