| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <5100B8473B3ED511B22B009027DE2909472D23@akash.duncanit.in> |
| From: | Surendar Singh Bisht <suren AT duncaninfotech DOT com> |
| To: | sam alexander <dreamvigile AT hotmail DOT com>, cygwin AT cygwin DOT com |
| Subject: | RE: Useless compiler warning in GCC, how can i silence it? |
| Date: | Fri, 15 Mar 2002 13:23:34 +0530 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2653.19) |
How 'bout using "gcc -w" for compilation. It SILENCES the complaint. (I'm
using gcc version 2.95.3-5.)
-----Original Message-----
From: sam alexander [mailto:dreamvigile AT hotmail DOT com]
Sent: Friday, 15 March 2002 12:46 PM
To: cygwin AT cygwin DOT com
Subject: Useless compiler warning in GCC, how can i silence it?
Hi
The useless compiler warning is this:
warning: decimal constant is so large that it is unsigned
I KNOW that it's unsigned, and it's supposed to be. It's the right hand
side of an initialization like this:
unsigned int x = 4294967294;
I'd just ignore it as a minor annoyance, but my boss insists that I find a
way to silence it (he doesn't know C himself).
Thank you very much in advance. Please reply to my email as I'm not
subscribed to the list... P.S. I already tried typecasting the large
constant as an unsigned int, as if to tell the compiler that I was well
aware it was too large to be signed, but that didn't help.
Sam
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |