Yoni Couriel has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194949?usp=email )
Change subject: src/include/log.h: LogFatal calls abort.
......................................................................
src/include/log.h: LogFatal calls abort.
LogFatal calls Fatal() -> _exit() later in the stack, but the compiler doesn't
recognize it in some cases and fails with:
'error: control reaches end of non-void function'
We added this abort() to hint the compiler about that.
Change-Id: I58392376ce4afbe6b3fc8ef246eaaa9cb90596b1
Signed-off-by: Yoni Couriel <yonic(a)google.com>
---
M src/include/log.h
1 file changed, 7 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/49/1194949/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1194949?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I58392376ce4afbe6b3fc8ef246eaaa9cb90596b1
Gerrit-Change-Number: 1194949
Gerrit-PatchSet: 1
Gerrit-Owner: Yoni Couriel <yonic(a)google.com>