ttsnoop/DtTt.C: fix -Wreturn-type warnings
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user