Opened 12 years ago
Last modified 11 years ago
#5481 new Bugs
undesired warnings
| Reported by: | Owned by: | jsiek | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | tokenizer |
| Version: | Boost 1.45.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Hi,
I am building a simple test program (see attachment test_thread.cpp) using Microsoft Visual Studio 2010 with /W4 and /WX options and I am getting errors (see attachment test_thread.err).
Yes, I could disable the specific warnings but I prefer that the library not generate such warnings.
Regards,
Leo
Attachments (2)
Change History (3)
by , 12 years ago
| Attachment: | test_thread.cpp added |
|---|
by , 12 years ago
| Attachment: | test_thread.err added |
|---|
The error messages from the build of the test program
comment:1 by , 11 years ago
Hi,
It seems that this problem no longer exists in Boost 1.48.0 thus this ticket may be closed.
Kind regards, Leo
Note:
See TracTickets
for help on using tickets.

The test program