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