1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

ttsnoop/DtTt.C: fix -Wreturn-type warnings

This commit is contained in:
Jon Trulson 2021-10-23 16:44:48 -06:00
parent 6d50de9448
commit 5754d65248

View file

@ -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)