Changeset: ab78d5c95fff for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab78d5c95fff
Modified Files:
        common/stream/lz4_stream.c
Branch: makelibstreamgreatagain
Log Message:

Shut up, compiler!


diffs (13 lines):

diff --git a/common/stream/lz4_stream.c b/common/stream/lz4_stream.c
--- a/common/stream/lz4_stream.c
+++ b/common/stream/lz4_stream.c
@@ -147,6 +147,9 @@ compr(inner_state_t *inner_state, pump_a
                        consumed = 0;
                        inner_state->finished = true;
                        break;
+
+               default:
+                       assert(0); // shut up, compiler!
        }
 
        if (LZ4F_isError(produced))
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to