Boost logo

Boost :

From: Bertolt Mildner (Bertolt.Mildner_at_[hidden])
Date: 2005-04-26 10:14:59


when building boost.thread (from public CVS / HEAD) with CW 8.3 i get the
following warnings:

...
cw-C++-action
..\..\..\bin\boost\libs\thread\build\libboost_thread.lib\cw\debug\
threading-multi\read_write_mutex.obj
### mwcc Compiler:
# File: ..\src\read_write_mutex.cpp
# ------------------------------------
# 934: }
# Warning: ^
# return value expected
### mwcc Compiler:
# 1163: }
# Warning: ^
# return value expected
### mwcc Compiler:
# 1247: if (woken = do_wake_all_readers())
# Warning: ^
# possible unwanted assignment
### mwcc Compiler:
# 1253: if (woken = do_wake_writer())
# Warning: ^
# possible unwanted assignment
...

Bertolt


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk