libtool/handle-Werror-return-type.patch
2022-03-29 13:47:07 +00:00

11 lines
156 B
Diff

--- libtool-2.4.7/tests/resident.at
+++ libtool-2.4.7/tests/resident.at
@@ -117,6 +117,7 @@
setup_plugin (void)
{
atexit (bye);
+ return 0;
}
]])