devttys0 / sasquatch

501 stars 155 forks source link

patch0: Avoid multiple definitions of the verbose variable #51

Open speidy opened 2 years ago

speidy commented 2 years ago

This makes gcc 11.2.0 on Ubuntu 22.04 to fail the build as a result of multiple definitions of this variable. We now define it once in unsquashfs.c and extern it in error.h header file.