X-Spam-Check-By: sourceware.org Message-ID: <8613865.post@talk.nabble.com> Date: Thu, 25 Jan 2007 05:22:18 -0800 (PST) From: -VASKO- To: cygwin AT cygwin DOT com Subject: gettext 0.14.5 - some warnings on compiling MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: vasko2k AT hot DOT ee X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com =================================================================== ./l10nflist.c: In function `_nl_make_l10nflist': ./l10nflist.c:343: warning: assignment makes pointer from integer without a cast =================================================================== ../../gettext-runtime/intl/l10nflist.c: In function `_nl_make_l10nflist': ../../gettext-runtime/intl/l10nflist.c:343: warning: assignment makes pointer from integer without a cast =================================================================== Making all in libgrep dfa.c: In function `parse_bracket_exp_mb': dfa.c:580: warning: comparison is always false due to limited range of data type dfa.c:615: warning: comparison is always true due to limited range of data type =================================================================== In file included from regex.c:582: regex.c: In function `byte_regex_compile': regex.c:3211: warning: comparison is always true due to limited range of data type =================================================================== I get warnings listed above when compiling gettext 0.14.5-1. I found fix for l10nflist.c here: http://gcc.gnu.org/ml/gcc/2006-09/msg00646.html But what about other warnings? I know its appeared because sizeof(wchar_t) on Linux is 4, but on Windows is 2. Anybody have fixes for these warnings? Maybe I can ignore them? Any ideas or comments? Can you help me? Thanks a lot. -- View this message in context: http://www.nabble.com/gettext-0.14.5---some-warnings-on-compiling-tf3105340.html#a8613865 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/