Remove the unneeded void cast

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-04-18 00:52:11 +08:00
committed by Petro Karashchenko
parent b80ef1df87
commit 3760ab5fc8
3 changed files with 4 additions and 4 deletions

View File

@@ -264,7 +264,7 @@ int nximage_initialize(void)
* are connected.
*/
(void)sem_wait(&g_nximage.sem);
sem_wait(&g_nximage.sem);
}
/* Set background color to black */