boostorg / iostreams

Boost.org iostreams module
http://boost.org/libs/iostreams
Boost Software License 1.0
43 stars 116 forks source link

Remove shadow-field warnings. #157

Closed chrisse74 closed 1 year ago

chrisse74 commented 1 year ago

Removes shadow-field warnings by adding an underscore as suffix as already done for other parameters of the affected constructor.

warning: parameter 'level' shadows member inherited from type 'zlib_params' [-Wshadow-field] gzip_params( int level = gzip::default_compression,