boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Fix warnings about freeing non-heap-allocated object #163

Closed Lastique closed 2 years ago

Lastique commented 2 years ago

This PR makes 3 commits:

I did not use #pragma to silence the warnings because it seems gcc 11.2 doesn't support disabling this warning (the warnings are still emitted).