* src/threads/posix/thread-posix.cpp: Eliminated some easy-to-fix or pointless compil...
[cacao.git] / src / vm / options.c
index 2fc95f3468d08440c75d96479688a756c91a0720..f503ce6829c78cd958d273a3a8c10b98e7b06267 100644 (file)
@@ -1,6 +1,6 @@
 /* src/vm/options.c - contains global options
 
-   Copyright (C) 1996-2005, 2006, 2007, 2008
+   Copyright (C) 1996-2005, 2006, 2007, 2008, 2010
    CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 
    This file is part of CACAO.
@@ -794,7 +794,7 @@ void options_xx(JavaVMInitArgs *vm_args)
                        file = fopen(filename, "w");
 
                        if (file == NULL)
-#warning Use below method instead!
+                               /* FIXME Use below method instead! */
                                //os::abort_errno("options_xx: fopen failed");
                                vm_abort("options_xx: fopen failed");