build: Quench the compiler's thirst for warnings

This commit is contained in:
Emmanuele Bassi
2010-09-04 18:24:50 +01:00
parent 581e68b7d3
commit 19972a1b57
6 changed files with 9 additions and 1 deletions

View File

@@ -2143,6 +2143,7 @@ g_dbus_message_to_blob (GDBusMessage *message,
mos = G_MEMORY_OUTPUT_STREAM (g_memory_output_stream_new (NULL, 0, g_realloc, g_free));
dos = g_data_output_stream_new (G_OUTPUT_STREAM (mos));
byte_order = G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN;
switch (message->byte_order)
{
case G_DBUS_MESSAGE_BYTE_ORDER_BIG_ENDIAN: