-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed gcc build errors #47
base: master
Are you sure you want to change the base?
Conversation
- All warning treated as errors - Multiple definition of "int verbose"
Tested on my machine. Fixes the -werrors and successfully builds and installs sasquatch. |
Thank you, I've downloaded your commit and it worked contrary to the master. |
thanks! this fixes the build for ubuntu 20+ |
Thanks, this fixes the build for me on Ubuntu 22.04 |
@devttys0 Please merge! |
@devttys0 Would love to get this merged. |
Merging this PR causes some files to be lost while extracting some squashfs images (e.g., see ReFirmLabs/binwalk#618), don't know why. |
Apply devttys0/sasquatch#47 to fix build failure with latest gcc It should be noted that sasquatch has not been updated since March 2021 Fix ReFirmLabs#498 Signed-off-by: Fabrice Fontaine <[email protected]>
int verbose
GCC version:
11.1.0
Solutions:
-Werror
from the Makefileint verbose
fromerror.h