-
Notifications
You must be signed in to change notification settings - Fork 1.7k
stream_processor: fixed bison deprecation warning #5675
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Lionel Cons <lionel.cons@cern.ch>
@LionelCons Thank you for contribution. On the other hand, I tested on Ubuntu 20.04 and there was below warning.
|
It is likely that the warnings are version specific. However, the same construct is used in three different files:
Do you see multiple |
@LionelCons Yes.
|
So the change (to make all 3 instances of name-prefix consistent) works fine on Ubuntu 18.04 while another change will be needed for Ubuntu 20.04. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LionelCons Thank you. This patch is for Ubuntu 18.04.
We need another fix for Ubuntu 20.04.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This fixes the first warning reported in #4427.
Signed-off-by: Lionel Cons lionel.cons@cern.ch