File abiword-random.patch of Package abiword
--- abiword-plugins/tools/abicollab/xp/AbiCollab.cpp
+++ abiword-plugins/tools/abicollab/xp/AbiCollab.cpp
@@ -239,6 +239,8 @@
default:
break;
}
+ return FALSE; // This function does not return anything,
+ // but changing to void needs more changes.
}
--- abiword-plugins/wp/impexp/psion/xp/ie_imp_Psion.cpp
+++ abiword-plugins/wp/impexp/psion/xp/ie_imp_Psion.cpp
@@ -519,6 +519,8 @@
if ((res = readParagraphs(layout->footer->text->paragraphs,NULL)))
return res;
}
+
+ return UT_OK; // FIXME: Is it really UT_OK?
}
/*!