id summary reporter owner description type status priority milestone component version severity resolution keywords cc 638 Recommend a static_cast around assert strings goatbar geos-devel@… " I recommend that for all asserts with strings, that they be changed to wrap the string in a static_cast. Not very exciting, but it makes the stricter compilers happier. e.g. in src/geom/util/GeometryEditor.cpp {{{ assert(!""SHOULD NEVER GET HERE""); }}} changes to {{{ assert(!static_cast(""SHOULD NEVER GET HERE"")); }}} " defect closed major 3.7.0 Default 3.3.8 Unassigned fixed