# HG changeset patch # User Sebastien Decugis # Date 1273730320 -32400 # Node ID 2aceff436ba33f9019907077c5328b413166bfed # Parent e11a9f90a65a85e13b07ea2fd8744af7800b64d7 Fix compilation warning diff -r e11a9f90a65a -r 2aceff436ba3 freeDiameter/tests/tests.h --- a/freeDiameter/tests/tests.h Mon May 10 16:04:42 2010 +0900 +++ b/freeDiameter/tests/tests.h Thu May 13 14:58:40 2010 +0900 @@ -143,7 +143,6 @@ fd_debug_one_function = optarg; #else /* DEBUG */ TRACE_DEBUG(INFO, "Error: must compile with DEBUG support to use this feature"); - return EINVAL; #endif /* DEBUG */ break;