apps/wireless/gs2200m/gs2200m_main.c: Eliminate a warning
Eliminate warning: gs2200m_main.c: In function 'gs2200m_loop': gs2200m_main.c:1416:1: warning: label 'errout' defined but not used [-Wunused-label]
This commit is contained in:
parent
c8dbd59e9a
commit
d2e1c8a4f3
@ -1413,7 +1413,6 @@ static int gs2200m_loop(FAR struct gs2200m_s *priv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
errout:
|
|
||||||
close(fd[1]);
|
close(fd[1]);
|
||||||
close(fd[0]);
|
close(fd[0]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user