FreeBSD 10 clang port

This commit is contained in:
Ulrich Wilkens
2014-07-27 16:48:57 +02:00
committed by Jon Trulson
parent 8d0551bfda
commit c3f74eec17
99 changed files with 510 additions and 366 deletions

View File

@@ -2483,7 +2483,7 @@ todo_insert(Dtcm_appointment *appt, CSA_entry_handle *new_a, Calendar *c) {
* occurred.
*/
_DtTurnOffHourGlass(t->frame);
return;
return 0;
case 4:
default:
/*
@@ -2501,7 +2501,7 @@ todo_insert(Dtcm_appointment *appt, CSA_entry_handle *new_a, Calendar *c) {
if (stat != CSA_SUCCESS) {
_DtTurnOffHourGlass(t->frame);
return;
return 0;
}
csa_free((CSA_buffer) new_a);

View File

@@ -1677,7 +1677,7 @@ cm_count_appts(CMGraphicsInfo *gInfo, CSA_entry_handle *list, int a_total,
if (stat != CSA_SUCCESS)
{
free_appt_struct(&appt);
return;
return 0;
}
skip_appt = B_FALSE;