X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Flog.cpp;h=88c47b70ddcc8ff1cb8464c37df60277ea6770a9;hb=HEAD;hp=a695b0e72e53264dd58fa78e61c0c036cd1040e5;hpb=a54254dcb23c8db9b78d5bd42e1ca54efda4c8e8;p=ipdf%2Fcode.git diff --git a/src/log.cpp b/src/log.cpp index a695b0e..88c47b7 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -120,7 +120,6 @@ void FatalEx(const char * funct, const char * file, int line, ...) // Fatal error in the Fatal function. // (This really shouldn't happen unless someone does something insanely stupid) Fatal("Format string is NULL"); - return; // Should never get here } vsnprintf(buffer, BUFSIZ, fmt,va);