mirror of
https://github.com/openharmony/third_party_NuttX.git
synced 2026-07-01 08:17:34 -04:00
!158 Ignore warnings for llvm15 upgrade
Merge pull request !158 from enable_llvm15
This commit is contained in:
@@ -357,7 +357,7 @@ errout:
|
||||
return VFS_ERROR;
|
||||
}
|
||||
|
||||
int pipe_init()
|
||||
int pipe_init(void)
|
||||
{
|
||||
int ret = sem_init(&g_pipesem, 0, 1);
|
||||
if (ret != 0) {
|
||||
|
||||
Reference in New Issue
Block a user