repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git]
/
components
/
x11
/
libFS
/
patches
/
lint.patch
blob
bd51e9cb6ad7fb0cd98e026e19b03d97934ead37
1
diff --git a/src/FSlibInt.c b/src/FSlibInt.c
2
index 07a7c57..f9efc97 100644
3
--- a/src/FSlibInt.c
4
+++ b/src/FSlibInt.c
5
@@ -978,6 +978,7 @@ _FSDefaultIOError(FSServer *svr)
6
}
7
exit(1);
8
/* NOTREACHED */
9
+ /* LINTED - needed to silence: error: Function has no return statement */
10
}
11
12
/*