Opened 14 years ago
Closed 14 years ago
#2389 closed Patches (fixed)
[patch] fix gcc-4.3 warning in state_machine.hpp
Reported by: | Owned by: | Andreas Huber | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | statechart |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Using -Wall -Werror under gcc-4.3, compilation of state_machine.hpp fails with:
"
"
The attached patch against r49167 fixes this warning.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | state_machine_warning_bcs.patch added |
---|
comment:1 by , 14 years ago
Milestone: | To Be Determined → Boost 1.38.0 |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
patch against r49167