]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 d6a7db37597c6f66efde8937844cd0d1d3a94d16..e365fbddeddb20636c8d8ca09c7d7ce09ec97e02 100644 (file)
@@ -1,5 +1,4 @@
 #ifdef ENABLE_NLS
-#warning Using NLS
 #include <libintl.h>
 #include <locale.h>
 #define _(a) (gettext (a))