VectorCamp / vectorscan

A portable fork of the high-performance regular expression matching library
https://www.vectorcamp.gr/project/vectorscan/
Other
503 stars 54 forks source link

Fix marked as false positive uselessAssignmentArg cppcheck warning #267

Closed markos closed 4 months ago

markos commented 4 months ago

cppcheck cannot expand the macros and they were to be replaced anyway.

Also at the same time fix some cstyleCast warnings in that macro.

markos commented 4 months ago

Buildset: https://buildbot-ci.vectorcamp.gr/#/changes/198

isildur-g commented 4 months ago

with the aux_base_offset += byte_length(... for the final expansion , LGTM