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