X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Flog.cpp;fp=src%2Flog.cpp;h=88c47b70ddcc8ff1cb8464c37df60277ea6770a9;hp=a695b0e72e53264dd58fa78e61c0c036cd1040e5;hb=f0b6c9b6b95fde134927c395afbfbbbc057868e6;hpb=6c0dfe752994312ee58d307b383948bfeb2d6e2e;ds=sidebyside 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);