mirror of
https://gitee.com/openharmony/window_window_manager
synced 2025-03-03 05:06:38 +00:00
Fix llvm-15 build error
Signed-off-by: yinchuang <yinchuang@huawei.com> Change-Id: If4660d87d6bc597c81cd1725f6d0cc0b55ac0b31
This commit is contained in:
parent
82f306a37d
commit
3a6cf93465
@ -202,7 +202,7 @@ HWTEST_F(WindowVisibilityInfoTest, WindowVisibilityInfoTest01, Function | Medium
|
||||
bool isWindowVisible = false;
|
||||
bool isSubWindowVisible = false;
|
||||
|
||||
uint32_t visibilityInfoCount = 0;
|
||||
[[maybe_unused]] uint32_t visibilityInfoCount = 0;
|
||||
ASSERT_EQ(WMError::WM_OK, window1->Show());
|
||||
isWindowVisible = FillColor(window1);
|
||||
WaitForCallback();
|
||||
|
Loading…
x
Reference in New Issue
Block a user