pivasoftware / easycwmp

EasyCwmp:
http://www.easycwmp.org/
GNU General Public License v2.0
73 stars 59 forks source link

Fix build with gcc 10 #46

Open sch-m opened 2 years ago

sch-m commented 2 years ago

As GCC 10 now defaults to -fno-common, we need to use 'extern' in header files when declaring global variables.

Signed-off-by: Martin Schiller ms@dev.tdt.de