boostorg / spirit

Boost.org spirit module
http://boost.org/libs/spirit
391 stars 161 forks source link

Initialize variable n in parse function #786

Closed vissarion closed 5 months ago

vissarion commented 5 months ago

This PR intents to prevent a maybe uninitialized warning that appear with recent versions of gcc (11 and 12).