https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94433

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Thanks again for your help with getting cppcheck running.  I found some issues
with cppcheck and committed these fixes:
  g:20d16d61dd22a9bfb66d5c4a383d193037e8f16d (unused field)
  g:c0ed6afef7897f32dc199da9a5430664fcbb61bb (missing "final override" on some
vfuncs)

However I'm confused by the "can be declared with const [constParameter]"
warnings in comment #0 - they look const to me.  What are these messages trying
to tell me, and how would I fix them?  (could they be false positives?)

Any ideas?

Reply via email to