Re: #IFDEFs in a multi platform environment

From: Ed Vogel (edward.vogel_stop_the_spam._at_hp.com)
Date: 09/30/04


Date: Thu, 30 Sep 2004 15:07:50 GMT


"Fred Kleinsorge" <fred.nospam@nospam.dec.com> wrote in message
news:HEU6d.12083> In retrospect, most of the changes needed in porting truly
are a result of
> The compiler is (I
> believe) being changed so that the redefinition of __ALPHA is an
> informational as opposed to a warning - for those not able or willing to
> make the source code changes.

    Fred is correct. Based on user feedback, we've changed the
    message from -W- to -I-

    Ed Vogel
    HP C Engineering.



Relevant Pages

  • Re: #IFDEFs in a multi platform environment
    ... >> In retrospect, most of the changes needed in porting truly are a ... >> compiler is being changed so that the redefinition of ... >> able or willing to make the source code changes. ...
    (comp.os.vms)
  • Re: Why INFINITE loop in a thread occupy so much CPU time??
    ... With the attendant warning about the constant expression. ... This is a common programming technique. ... Good programming practice would consist of using the compiler at ... One can write 'bool' in C++ but not C. ...
    (microsoft.public.vc.mfc)
  • Re: help needed please!
    ... But some compilers like to give you a warning ... Each warning a compiler can give you is important when you not ... but you may use flages to handle flags to handle flags when you ... >> stdout is line bufferd and until one or both of the following cases is ...
    (comp.lang.c)
  • Re: Overloading abstract methods
    ... I'm calling this abstract class ResumeWriter. ... > use of in each subclass is up to you. ... >> However, if I do that, I get compiler warnings that the parameters for ... Disable that warning. ...
    (comp.lang.java.programmer)
  • Re: Why does this work?
    ... The compiler is able to tell the difference between the two by the context in which the word "color" is used. ... The point is that the compiler reads the original code as attempting to access a shared member of an instance. ... That's why the compiler is warning the programmer that it's not going to do what was coded. ...
    (microsoft.public.dotnet.languages.vb)