[med-svn] [bart] 01/04: add patch: remove type in symbol

Martin Uecker uecker-guest at moszumanska.debian.org
Fri Jun 30 20:41:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

uecker-guest pushed a commit to branch master
in repository bart.

commit fdc22dbe13adc97f3e19b4b3e9535ebe805b9e1a
Author: Martin Uecker <martin.uecker at med.uni-goettingen.de>
Date:   Sat Jan 14 23:29:08 2017 +0100

    add patch: remove type in symbol
---
 ...3-remove-typo-in-symbol-and-make-it-static.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-remove-typo-in-symbol-and-make-it-static.patch b/debian/patches/0003-remove-typo-in-symbol-and-make-it-static.patch
new file mode 100644
index 0000000..87f5fce
--- /dev/null
+++ b/debian/patches/0003-remove-typo-in-symbol-and-make-it-static.patch
@@ -0,0 +1,21 @@
+From: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Date: Sat, 14 Jan 2017 23:28:14 +0100
+Subject: remove typo in symbol (and make it static)
+
+---
+ src/num/flpmath.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/num/flpmath.c b/src/num/flpmath.c
+index 56a4d80..ebf810e 100644
+--- a/src/num/flpmath.c
++++ b/src/num/flpmath.c
+@@ -333,7 +333,7 @@ static void make_z2opd(size_t offset, unsigned int D, const long dim[D], const l
+ 	optimized_twoop_oi(D, dim, ostr, optr, istr1, iptr1, sizes, nary_z2opd, &offset);
+ }
+ 
+-void* unsued = make_z2opd;
++static void* unused = make_z2opd;
+ 
+ static void nary_2opd(struct nary_opt_data_s* data, void* ptr[])
+ {
diff --git a/debian/patches/series b/debian/patches/series
index 3dca9cc..76aec5e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-remove-empty-directory.patch
 0002-make-format-security-happy.patch
+0003-remove-typo-in-symbol-and-make-it-static.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bart.git



More information about the debian-med-commit mailing list