• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to disable 'warning: converting to 'int' from 'float'' warning?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to disable 'warning: converting to 'int' from 'float'' warning?


  • Subject: Re: How to disable 'warning: converting to 'int' from 'float'' warning?
  • From: Andy Lee <email@hidden>
  • Date: Fri, 7 Oct 2005 12:53:20 -0400

On Oct 7, 2005, at 12:41 PM, Alastair Houghton wrote:
It should be relatively easy to add an option to GCC to control this
warning if you *really* need to disable it. Otherwise you could adopt
the approach I saw a while back, which was to always run the compiler
through a Perl script that filtered out unwanted warnings. (I can't
say I'm a huge fan of that, but it might be a good option for you, which
is why I mention it).

Instead of filtering out the warnings, would it be possible for the Perl script to use the warnings to find the line of code where the cast is needed, and add it? Maybe using a macro like MY_INT_CAST_HACK in case you want to grep for it later and remove it.


--Andy

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to disable 'warning: converting to 'int' from 'float'' warning?
      • From: Alastair Houghton <email@hidden>
References: 
 >How to disable 'warning: converting to 'int' from 'float'' warning? (From: "Sean McBride" <email@hidden>)
 >Re: How to disable 'warning: converting to 'int' from 'float'' warning? (From: Alastair Houghton <email@hidden>)
 >Re: How to disable 'warning: converting to 'int' from 'float'' warning? (From: "Sean McBride" <email@hidden>)
 >Re: How to disable 'warning: converting to 'int' from 'float'' warning? (From: Alastair Houghton <email@hidden>)

  • Prev by Date: GDB: Does "catch vfork" work?
  • Next by Date: problems with latest security update???
  • Previous by thread: Re: How to disable 'warning: converting to 'int' from 'float'' warning?
  • Next by thread: Re: How to disable 'warning: converting to 'int' from 'float'' warning?
  • Index(es):
    • Date
    • Thread