mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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:
|
case DTTT_OP:
|
||||||
return tttk_op_string( (Tttk_op)(n+1) );
|
return tttk_op_string( (Tttk_op)(n+1) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
|
@ -337,6 +339,8 @@ DtTtIndex(
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Tt_status
|
Tt_status
|
||||||
|
@ -608,6 +612,8 @@ _DtTtChoices(
|
||||||
}
|
}
|
||||||
return items;
|
return items;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(aix)
|
#if defined(aix)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue