diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-26 10:33:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-07-26 10:33:17 +0000 |
commit | 111ded76b6ecb639f2ba47b8f5aaa778bae9cb98 (patch) | |
tree | 3a1642e890af358fb8e2de5d27b6b0ee8581acdb | |
parent | 34640bc4483cc5c7078f49c02aa6f5e00475628b (diff) | |
download | drakx-backup-do-not-use-111ded76b6ecb639f2ba47b8f5aaa778bae9cb98.tar drakx-backup-do-not-use-111ded76b6ecb639f2ba47b8f5aaa778bae9cb98.tar.gz drakx-backup-do-not-use-111ded76b6ecb639f2ba47b8f5aaa778bae9cb98.tar.bz2 drakx-backup-do-not-use-111ded76b6ecb639f2ba47b8f5aaa778bae9cb98.tar.xz drakx-backup-do-not-use-111ded76b6ecb639f2ba47b8f5aaa778bae9cb98.zip |
- 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 :-((
-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; |