Search the web
Sign In
New User? Sign Up
ace-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Re: [ace-users] ACE_Reactor handle_output() does not work in win32   Message List  
Reply | Forward Message #30991 of 42992 |
RE: [ace-users] How to disable Warnings in ACE Makefiles

IIRC the default makefile flags for C++ are:

CXX - compiler
CXXFLAGS - compiler flags

By the way, -Wall won't disable warnings.

> -----Original Message-----
> From: owner-ace-users@...
[mailto:owner-ace-users@...]
> On Behalf Of Salman Khilji
> Sent: Thursday, May 16, 2002 5:45 AM
> To: ace-users@...
> Subject: [ace-users] How to disable Warnings in ACE Makefiles
>
> On Linux, g++ I tried to do this:
>
> CCFLAGS -= -W
> CCFlags -+ -Wall
>
> DCFLAGS -= -W
> DCFlags -+ -Wall
>
> OCFLAGS -= -W
> OCFlags -+ -Wall
>
> but it does not work---the -W and -Wall options are
> still passed to the compiler. Can anyone please tell
> me how to get rid of -W and -Wall options passed to
> the compiler.
>
> I am including automatically generated python wrappers
> from SWIG in my code. I get a lot of warnings from
> auto-generated code that I'd like to disable
>
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com




Thu May 16, 2002 4:54 pm

ansutton@...
Send Email Send Email

Forward
Message #30991 of 42992 |
Expand Messages Author Sort by Date

Hi Sreeram, ... It's hard to say exactly what's going on without seeing your code. However, there's a discussion in Chapter 4 of C++NPv2 ...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
12:54 pm

... if ( write() == EWOULDBLOCK ) then { ... . ... ... wmfo_reactor->handle_events() } what happens when the socket transitions from flow-controlled to...
K S Sreeram
sreeram@...
Send Email
May 15, 2002
3:11 pm

Hi, ... The event hasn't been reported yet so presumably the WFMO reactor will still report the event. If not, then Windows' WaitForMultipleObjects() call...
Ossama Othman
ossama@...
Send Email
May 15, 2002
8:46 pm

... Think of each waitable socket as having an internal flag. It is set when EWOULDBLOCK is returned by a write, and reset when WaitForMultipleObjects returns...
Jonathan Biggar
jon@...
Send Email
May 15, 2002
9:10 pm

Hi Jonathan, ... Right! However, most folks that have traditionally used select()/poll() may not be used to interleaving write() calls that return EWOULDBLOCK...
Ossama Othman
ossama@...
Send Email
May 15, 2002
10:59 pm

On Linux, g++ I tried to do this: CCFLAGS -= -W CCFlags -+ -Wall DCFLAGS -= -W DCFlags -+ -Wall OCFLAGS -= -W OCFlags -+ -Wall but it does not work---the -W...
Salman Khilji
salmankhilji@...
Send Email
May 16, 2002
12:46 pm

IIRC the default makefile flags for C++ are: CXX - compiler CXXFLAGS - compiler flags By the way, -Wall won't disable warnings. ... ...
Andrew Sutton
ansutton@...
Send Email
May 16, 2002
1:56 pm

... GNU Make is not C or C++. There is no -=. If you want to remove this flag permanently for all compilation, set the flag in platform_macros.GNU like this: ...
Krishnakumar B
kitty@...
Send Email
May 16, 2002
5:16 pm

Hi Justin, ... its ... to ... the ... Yes, emphasis on "becomes". ... Not really... this may be a niggling point, but I want to avoid confusion... the event is...
Steve Huston
shuston@...
Send Email
May 17, 2002
4:46 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help