OSDN Git Service

Remove warning message about using NLS.
authorTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2003 17:17:27 +0000 (12:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 7 Dec 2003 17:17:27 +0000 (12:17 -0500)
misc/nls-enable.h

index d6a7db3..e365fbd 100644 (file)
@@ -1,5 +1,4 @@
 #ifdef ENABLE_NLS
-#warning Using NLS
 #include <libintl.h>
 #include <locale.h>
 #define _(a) (gettext (a))