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

make test failed. Is sai_switch_notification_t deprecaited or missing? #111

Open
ncalad opened this issue Jul 7, 2021 · 0 comments
Open

Comments

@ncalad
Copy link

ncalad commented Jul 7, 2021

When running make test, I encounter a build error because sai_switch_notification_t seems to be missing.

./basic_router.cpp:76:1: error: ‘sai_switch_notification_t’ does not name a type; did you mean ‘sai_switch_stat_t’?
76 | sai_switch_notification_t plat_switch_notification_handlers =
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| sai_switch_stat_t
./basic_router.cpp: In function ‘const char* test_profile_get_value(sai_switch_profile_id_t, const char*)’:
./basic_router.cpp:93:28: warning: statement has no effect [-Wunused-value]
57 | #define UNREFERENCED_PARAMETER(P) (P)
| ~~~

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

No branches or pull requests

1 participant