From: Hongli L. <ho...@te...> - 2000-12-27 10:08:24
|
Everytime when I compile gnomezip/src/main.c, it gives warnings: main.c: In function `main': main.c:41: warning: statement with no effect main.c:42: warning: statement with no effect It's about the following lines: bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); textdomain (PACKAGE); I encounter this warning in EVERY piece of software I write that uses localization through gettext, but never in software that anybody else writes! I compared my sources to other sources many times, but I couldn't find out what's wrong! Could anybody look at it? |