Re: [Cgi-devel] cgi & boost
Status: Beta
Brought to you by:
drrngrvy
From: Scott B. <Ba...@In...> - 2010-03-02 20:21:11
|
Darren, Glad the changes looked OK. Here's my version info: b2$ g++ --version g++ (Debian 4.3.2-1.1) 4.3.2 Why does my installation have a problem, but not yours...? I don't know. Regarding the unused variables, please look! I'm in over my head anytime I look at ASIO, and the first warning I wen to look at was an unused variable with a default value that was somehow related to ASIO! I'm not ready to tackle that, yet! However, I did get the hello world and echo programs working and modified a little bit. Lots of fun! Thank you very much! SB On Tue, Mar 2, 2010 at 12:32 PM, Darren Garvey <dar...@gm...>wrote: > > Yeah, the changes are small. The -Wall changes are more significant. Lots >> of unused variables. I won't get to this for awhile... >> > > What version of g++ are you using? I'm suprised these weren't flagged up by > g++ 4.3.2 or MSVC 9.0. Your patch looks ok though and I committed it to > trunk last night. > > I'll think I might take a look at the "-Wall -Werror" problems. I suspect > there may be a few more unused variables that need cleaning. > > Cheers, > Darren > > -- Scott Bailey |