Skip to content
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

added -Wimplicit-fallthrough=0 #3

Open
rahard opened this issue Feb 21, 2021 · 0 comments
Open

added -Wimplicit-fallthrough=0 #3

rahard opened this issue Feb 21, 2021 · 0 comments

Comments

@rahard
Copy link

rahard commented Feb 21, 2021

This was on Linux Mint.

(1) cloning the repository and following the instruction. didn't compile. lots of warnings and stopped.
(2) went to the "ScorchCrafter/ScorchcrafterGUI/dpf/dgl" and changed the Makefile to add "-Wimplicit-fallthrough=0" in line 17

BUILD_CXX_FLAGS += -Wno-type-limits -fpermissive -Wimplicit-fallthrough=0

(3) compiled. (although there are still warnings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant