mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 13:19:03 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -1413,7 +1413,6 @@ static int gs2200m_loop(FAR struct gs2200m_s *priv)
|
|||
}
|
||||
}
|
||||
|
||||
errout:
|
||||
close(fd[1]);
|
||||
close(fd[0]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue