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:
parent
6d50de9448
commit
5754d65248
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue