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

OS-8326 Let smartos-live be buildable with gcc10 #20

Merged
merged 1 commit into from
Jan 10, 2022
Merged

OS-8326 Let smartos-live be buildable with gcc10 #20

merged 1 commit into from
Jan 10, 2022

Conversation

danmcd
Copy link
Contributor

@danmcd danmcd commented Dec 8, 2021

No description provided.

@@ -41,8 +41,6 @@
#include <unistd.h>
#include "kbmd.h"

bunyan_logger_t *blog;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain to me what's going on here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It's already declared elsewhere:

kebe(~/ws/kbmd)[0]% git grep "bunyan_logger_t \*blog"
common/common.c:bunyan_logger_t *blog;
common/common.h:extern bunyan_logger_t *blog;
kbmd/kbmd.c:bunyan_logger_t *blog;
kebe(~/ws/kbmd)[0]% git checkout OS-8326
Switched to branch 'OS-8326'
Your branch is up to date with 'origin/OS-8326'.
kebe(~/ws/kbmd)[0]% git grep "bunyan_logger_t \*blog"
common/common.c:bunyan_logger_t *blog;
common/common.h:extern bunyan_logger_t *blog;
kebe(~/ws/kbmd)[0]% 

@danmcd danmcd requested a review from bahamat January 10, 2022 07:18
@danmcd danmcd merged commit 3f57925 into master Jan 10, 2022
@danmcd danmcd deleted the OS-8326 branch January 10, 2022 20:24
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