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

correct 'this ‘if’ clause does not guard' error when using make #19

Merged
merged 1 commit into from Oct 21, 2016
Merged

correct 'this ‘if’ clause does not guard' error when using make #19

merged 1 commit into from Oct 21, 2016

Conversation

webbed88
Copy link
Contributor

When attempting to build on Fedora 24 using

make install
make

The following errors would be displayed:

mydumper.c: In function ‘process_queue’:
mydumper.c:407:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
     if (defaults_file != NULL)
     ^~
mydumper.c:409:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’

This commit resolves all instances of this error, and allows the build to complete.

@maxbube maxbube merged commit 03cb519 into mydumper:master Oct 21, 2016
@davidducos davidducos added this to the release 0.9.5 milestone Apr 26, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants