You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
| ~~~
The text was updated successfully, but these errors were encountered:
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)
| ~~~
The text was updated successfully, but these errors were encountered: