forked from pool/ldas-tools-framecpp
* 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
13 lines
400 B
Diff
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
|