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

bgpd: fix NULL argument warning #15232

Merged

Conversation

donaldsharp
Copy link
Member

gcc 12.2.0 complains error: ‘%s’ directive argument is null, even though all enum values are covered with a string. Let's just go with a ??? default.

gcc 12.2.0 complains `error: ‘%s’ directive argument is null`, even
though all enum values are covered with a string.  Let's just go with a
`???` default.

Signed-off-by: David Lamparter <[email protected]>
@donaldsharp
Copy link
Member Author

backport to allow for compiling against gcc-12

@donaldsharp donaldsharp merged commit 78dbcc6 into FRRouting:stable/8.4 Jan 25, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants