1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: this extern declaration makes the build fail with gcc-15.
Author: Pierre Gruet <pgt@debian.org>
Bug-Debian: https://bugs.debian.org/1098031
Forwarded: https://github.com/ugeneunipro/ugene/issues/1772
Last-Update: 2025-08-22
--- a/src/plugins_3rdparty/primer3/src/primer3_core/read_boulder.c
+++ b/src/plugins_3rdparty/primer3/src/primer3_core/read_boulder.c
@@ -100,14 +100,6 @@
static const char *pr_program_name = "TMP";
/*
- * Hack to support old SunOS headers. (We do not try to declare _all_
- * undeclared functions; only those with non-int return types.)
- */
-#ifndef __cplusplus
-extern double strtod();
-#endif
-
-/*
* See read_boulder.h for description.
*/
#define COMPARE(TAG) (!strncmp(s, TAG, tag_len) \
|