Boost C++ Libraries: Ticket #4074: compile-time warning: integer overflow in /spirit/home/support/detail/lexer/consts.hpp https://svn.boost.org/trac10/ticket/4074 <p> The following error message: </p> <blockquote> <p> from lex_lexertl.cpp:21: </p> </blockquote> <p> /home/evansl/prog_dev/boost-svn/ro/trunk/boost/spirit/home/support/detail/lexer/partition/../consts.hpp:29: warning: integer overflow in expression </p> <p> is produced by the gcc4.4 compiler when the attachment is compiled. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4074 Trac 1.4.3 cppljevans@… Tue, 06 Apr 2010 22:10:21 GMT attachment set https://svn.boost.org/trac10/ticket/4074 https://svn.boost.org/trac10/ticket/4074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">lex_lexertl.cpp</span> </li> </ul> <p> simply #include boost/spirit/include/lex_lexertl.hpp&gt; </p> Ticket Daniel James Tue, 06 Apr 2010 22:17:38 GMT <link>https://svn.boost.org/trac10/ticket/4074#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4074#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61117" title="Try to avoid a warning on Visual C++ with stlport. Refs #4074 It ...">[61117]</a>) Try to avoid a warning on Visual C++ with stlport. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4074" title="#4074: Bugs: compile-time warning: integer overflow in ... (closed: wontfix)">#4074</a> </p> <p> It would be better to use more consistent types. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 07 Apr 2010 15:15:06 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/4074#comment:2 https://svn.boost.org/trac10/ticket/4074#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">spirit</span> </li> </ul> Ticket anonymous Wed, 07 Apr 2010 15:16:22 GMT owner changed https://svn.boost.org/trac10/ticket/4074#comment:3 https://svn.boost.org/trac10/ticket/4074#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Hartmut Kaiser</span> </li> </ul> Ticket Hartmut Kaiser Wed, 07 Apr 2010 15:26:24 GMT <link>https://svn.boost.org/trac10/ticket/4074#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4074#comment:4</guid> <description> <p> That's a completly harmless (if not bogus) warning I have no idea how to silence. Any suggestions? </p> <p> Regards Hartmut </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Hartmut Kaiser</dc:creator> <pubDate>Mon, 02 Aug 2010 15:35:16 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4074#comment:5 https://svn.boost.org/trac10/ticket/4074#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> As said, the warning is harmless </p> Ticket