arch/sim/src/sim/up_oneshot.c: Eliminate warning from build test.

This commit is contained in:
Gregory Nutt 2020-02-15 12:16:57 -06:00 committed by Abdelatif Guettouche
parent 21aef0dd68
commit 5d850fb197

View File

@ -288,8 +288,10 @@ static int sim_cancel(FAR struct oneshot_lowerhalf_s *lower,
static int sim_current(FAR struct oneshot_lowerhalf_s *lower,
FAR struct timespec *ts)
{
#ifdef CONFIG_DEBUG_ASSERTIONS
FAR struct sim_oneshot_lowerhalf_s *priv =
(FAR struct sim_oneshot_lowerhalf_s *)lower;
#endif
DEBUGASSERT(priv != NULL && ts != NULL);