1
0
Files
ldas-tools-framecpp/ldas-tools-framecpp-no-return-from-nonvoid-func.patch
Atri Bhattacharya a4f2fd2639 * Update to version 3.0.4.
* Enable LTO.
* Update shared lib names to keep up with upstream so versions, and define macros to keep them all consistent across the spec.
* Drop ldas-tools-framecpp-no-return-from-nonvoid-func.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/science/ldas-tools-framecpp?expand=0&rev=9
2024-09-04 18:43:58 +00:00

13 lines
400 B
Diff

Index: ldas-tools-framecpp-2.7.0/test/ChecksumValidator.cc
===================================================================
--- ldas-tools-framecpp-2.7.0.orig/test/ChecksumValidator.cc
+++ ldas-tools-framecpp-2.7.0/test/ChecksumValidator.cc
@@ -82,6 +82,7 @@ test_helper( const char* TestDir,
BOOST_CHECK( ( ret == 0 ) == Expected );
}
}
+ return retval;
}
void