aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/follow_stream.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-19 00:32:02 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-19 00:32:02 +0000
commitd766ab65603c5ee5b0a5458de8226a5285253094 (patch)
tree53535f88d1e58ef0bc6b81a9037dc0a192dccb06 /ui/gtk/follow_stream.c
parentf089b4cd9de9c19037fe00e9ec344bcd67d4af21 (diff)
The GTK+ "follow stream" dialogs don't support "save as YAML"; put in a
stub case, complete with a "this can't happen" assert failure, to squelch compiler warnings. svn path=/trunk/; revision=53423
Diffstat (limited to 'ui/gtk/follow_stream.c')
-rw-r--r--ui/gtk/follow_stream.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/follow_stream.c b/ui/gtk/follow_stream.c
index b040f3d1d4..04333115da 100644
--- a/ui/gtk/follow_stream.c
+++ b/ui/gtk/follow_stream.c
@@ -1030,6 +1030,10 @@ follow_show(follow_info_t *follow_info,
return FRS_PRINT_ERROR;
}
break;
+
+ case SHOW_YAML:
+ g_assert_not_reached();
+ break;
}
return FRS_OK;