]> git.saurik.com Git - apt.git/commit
Assert statement calls a function which may have desired side effects: 'pos_is_okay'
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 5 Nov 2014 17:33:07 +0000 (18:33 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 8 Nov 2014 13:26:00 +0000 (14:26 +0100)
commit9dd940ed722e8235c615e79b7eb688eb427e9a23
treed5d4b1f57e2e739ef116d40f4136c1f3e5f2351c
parentce105e87404c53c09b8f9af4f76736b50458f0c7
Assert statement calls a function which may have desired side effects: 'pos_is_okay'

It does not have any desired sideeffect, so we just mark it as const to
properly advertise this fact to developer, compiler and linter alike.

Reported-By: cppcheck
Git-Dch: Ignore
methods/rred.cc