Braces around subobject of initialization warning fix (#18866)
commit3cba804069fc27f1cfdb944a64caa409039705fc
authormonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 26 Feb 2020 00:42:42 +0000 (25 19:42 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 00:42:42 +0000 (25 16:42 -0800)
treee300b4761bfecc2f25550ee4a54bdb7061e8b0dd
parent79e6ce64238103c595dca161bee4333797fa8bd5
Braces around subobject of initialization warning fix (#18866)

When compiling for Mono, Apple's compiler gives a warning saying to put braces around the 0 as it is a subobject. To silence the compiler, I put braces around the 0. Simple fix.

Co-authored-by: pi1024e <49824824+pi1024e@users.noreply.github.com>
mono/utils/lifo-semaphore.c
mono/utils/lifo-semaphore.h