aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2012-10-12 16:39:23 +0000
committerMikhail Teterin <mi@FreeBSD.org>2012-10-12 16:39:23 +0000
commit45c1643739767a428948eb87576df7871386dd1f (patch)
treec94758c493ee8616aac5d150177a93aae8f16b1c /graphics/libfpx
parentbff02f6d3f337a28920c4b7894868624b2b62bea (diff)
downloadports-45c1643739767a428948eb87576df7871386dd1f.tar.gz
ports-45c1643739767a428948eb87576df7871386dd1f.zip
Add a patch removing two unused private fields from an internal
class. The dead fields must've been there for years, but only clang-3.2 complains about it... The class' composition is not exported outside the library anyway, so there are no concerns about a known structure changing size -- hence, no shlib number bumps or anything. PR: ports/172637 Submitted by: Oliver Hartmann Feature safe: yes
Notes
Notes: svn path=/head/; revision=305785
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/files/patch-unused-privates14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/libfpx/files/patch-unused-privates b/graphics/libfpx/files/patch-unused-privates
new file mode 100644
index 000000000000..c6773c079dde
--- /dev/null
+++ b/graphics/libfpx/files/patch-unused-privates
@@ -0,0 +1,14 @@
+These fields have been unused for many years, but it is only now,
+that some compilers (clang-3.2) complain about it...
+
+ -mi
+
+--- fpx/fpximgvw.h 2007-11-02 03:10:05.000000000 -0400
++++ fpx/fpximgvw.h 2012-10-12 12:28:39.000000000 -0400
+@@ -300,6 +300,4 @@
+
+ PFileFlashPixView* filePtr; // The image file descriptor
+- OLEStorage* sourceStorage; // Source FPX Image storage
+- OLEStorage* resultStorage; // Result FPX Image storage
+
+ // Geometric parameters