We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parser.y
When Bison builds parser.y for bfcli, the following warning appears:
bfcli
[ 57%] [BISON][bfcli_parser] Building parser with bison 3.8.2 /home/quentin/Projects/bpfilter/src/bfcli/parser.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] /home/quentin/Projects/bpfilter/src/bfcli/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
This warning is due to conflicting rules, which could generate unexpected output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Bison builds
parser.y
forbfcli
, the following warning appears:[ 57%] [BISON][bfcli_parser] Building parser with bison 3.8.2 /home/quentin/Projects/bpfilter/src/bfcli/parser.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr] /home/quentin/Projects/bpfilter/src/bfcli/parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
This warning is due to conflicting rules, which could generate unexpected output.
The text was updated successfully, but these errors were encountered: