Yoni Couriel has uploaded this change for review.

View Change

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@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 change 1194949. To unsubscribe, or for help writing mail filters, visit settings.

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@google.com>