Opened 13 years ago
Closed 12 years ago
#4074 closed Bugs (wontfix)
compile-time warning: integer overflow in /spirit/home/support/detail/lexer/consts.hpp
| Reported by: | anonymous | Owned by: | Hartmut Kaiser |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | spirit |
| Version: | Boost 1.42.0 | Severity: | Problem |
| Keywords: | spirit.lexer consts.hpp overflow | Cc: |
Description
The following error message:
from lex_lexertl.cpp:21:
/home/evansl/prog_dev/boost-svn/ro/trunk/boost/spirit/home/support/detail/lexer/partition/../consts.hpp:29: warning: integer overflow in expression
is produced by the gcc4.4 compiler when the attachment is compiled.
Attachments (1)
Change History (6)
by , 13 years ago
| Attachment: | lex_lexertl.cpp added |
|---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Component: | None → spirit |
|---|---|
| Owner: | set to |
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|
comment:4 by , 13 years ago
That's a completly harmless (if not bogus) warning I have no idea how to silence. Any suggestions?
Regards Hartmut
comment:5 by , 12 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
As said, the warning is harmless
Note:
See TracTickets
for help on using tickets.

simply #include boost/spirit/include/lex_lexertl.hpp>