Skip to content

Commit 06e87f2

Browse files
committed
Fix for build failure after delivery:
1) WL#9344 - Logging services: error messages 2) Undefined variable
1 parent 9eac0fc commit 06e87f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rapid/plugin/x/src/xpl_plugin.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ void check_exit_hook()
7878
} // namespace
7979

8080

81+
#ifndef XPLUGIN_UNIT_TESTS
8182
static SERVICE_TYPE(registry) *reg_srv= nullptr;
83+
#endif
8284
SERVICE_TYPE(log_builtins) *log_bi= nullptr;
8385
SERVICE_TYPE(log_builtins_string) *log_bs= nullptr;
8486

0 commit comments

Comments
 (0)