crossbowerbt / dillo-plus

A lightweight web browser based on Dillo but with many improvements, such as: support for http, https, gemini, gopher, epub, reader mode and more...
GNU General Public License v3.0
105 stars 13 forks source link

gcc 10 and newer compatibility #4

Closed eblanca closed 1 year ago

eblanca commented 1 year ago

As gcc 10+ default to -fno-common (here) there are a bunch of variable definitions needing fix. This PR takes care of them all.