File hylafax-4.4.4-warning.diff of Package hylafax
Index: faxd/MemoryDecoder.c++
===================================================================
--- faxd/MemoryDecoder.c++.orig
+++ faxd/MemoryDecoder.c++
@@ -541,4 +541,5 @@ u_char* MemoryDecoder::convertDataFormat
printf("Attempt to convert Phase C data to an unsupported format. This should not happen.\n");
return (NULL);
}
+ return NULL;
}