From 5754d652487088e70c9c645242b2ca203bba1f19 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 23 Oct 2021 16:44:48 -0600 Subject: [PATCH] ttsnoop/DtTt.C: fix -Wreturn-type warnings --- cde/programs/ttsnoop/DtTt.C | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cde/programs/ttsnoop/DtTt.C b/cde/programs/ttsnoop/DtTt.C index 8569cabf1..099fa52c3 100644 --- a/cde/programs/ttsnoop/DtTt.C +++ b/cde/programs/ttsnoop/DtTt.C @@ -241,6 +241,8 @@ DtTtNth( case DTTT_OP: return tttk_op_string( (Tttk_op)(n+1) ); } + + return 0; } void * @@ -337,6 +339,8 @@ DtTtIndex( } return -1; } + + return 0; } Tt_status @@ -608,6 +612,8 @@ _DtTtChoices( } return items; } + + return 0; } #if defined(aix)