diff options
-rw-r--r-- | mdk-stage1/rescue-gui.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mdk-stage1/rescue-gui.c b/mdk-stage1/rescue-gui.c index dd4b9a0df..240d7ccba 100644 --- a/mdk-stage1/rescue-gui.c +++ b/mdk-stage1/rescue-gui.c @@ -136,7 +136,11 @@ void unmount_filesystems(void) /* ------ UUURGH -- end */ -int main(int argc, char **argv) +/* ------ UUURGH -- this is dirrrrrttttyyyyyy */ +void probe_that_type(void) {} + + +int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))) { enum return_type results; |