From 111ded76b6ecb639f2ba47b8f5aaa778bae9cb98 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 26 Jul 2002 10:33:17 +0000 Subject: - usage of attribute unused (has not been rebuilt since -W? ;p) - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-(( --- mdk-stage1/rescue-gui.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mdk-stage1') 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; -- cgit v1.2.1