[prev in list] [next in list] [prev in thread] [next in thread] 

List:       graphicsmagick-commit
Subject:    [GM-commit] GraphicsMagick: Magick++/lib/Magick++/Drawable.h: Block unused-p...
From:       GraphicsMagick Commits <graphicsmagick-commit () lists ! sourceforge ! net>
Date:       2018-09-30 19:39:34
Message-ID: mailman.23591.1538336383.1409.graphicsmagick-commit () lists ! sourceforge ! net
[Download RAW message or body]

changeset 056042125005 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=056042125005
                
summary: Magick++/lib/Magick++/Drawable.h: Block unused-private-field warnings from \
Clang due to _dummy members.

diffstat:

 ChangeLog                        |  4 ++++
 Magick++/lib/Magick++/Drawable.h |  6 ++++++
 www/Changelog.html               |  3 +++
 3 files changed, 13 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r ccff25dd9f7c -r 056042125005 ChangeLog
--- a/ChangeLog	Sun Sep 30 13:48:45 2018 -0500
+++ b/ChangeLog	Sun Sep 30 14:39:31 2018 -0500
@@ -1,5 +1,9 @@
 2018-09-30  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
+	* Magick++/lib/Magick++/Drawable.h: Block unused-private-field
+	warnings from Clang due to _dummy members which were intentionally
+	included in some parent class definitions.
+
 	* magick/widget.c (XEditText): Fix compilation warnings about
 	cases which fall-through.
 
diff -r ccff25dd9f7c -r 056042125005 Magick++/lib/Magick++/Drawable.h
--- a/Magick++/lib/Magick++/Drawable.h	Sun Sep 30 13:48:45 2018 -0500
+++ b/Magick++/lib/Magick++/Drawable.h	Sun Sep 30 14:39:31 2018 -0500
@@ -40,6 +40,9 @@
 namespace Magick
 {
 
+#pragma clang diagnostic ignored "-Wunknown-warning-option"
+#pragma clang diagnostic ignored "-Wunused-private-field"
+
   //
   // Representation of an x,y coordinate
   //
@@ -2916,6 +2919,9 @@
   CoordinateList _coordinates;
 };
 
+#pragma clang diagnostic pop
+#pragma clang diagnostic pop
+
 } // namespace Magick
 
 #endif // Magick_Drawable_header
diff -r ccff25dd9f7c -r 056042125005 www/Changelog.html
--- a/www/Changelog.html	Sun Sep 30 13:48:45 2018 -0500
+++ b/www/Changelog.html	Sun Sep 30 14:39:31 2018 -0500
@@ -38,6 +38,9 @@
 <p>2018-09-30  Bob Friesenhahn  &lt;<a class="reference external" \
href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#6 \
4;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  <blockquote>
 <ul class="simple">
+<li>Magick++/lib/Magick++/Drawable.h: Block unused-private-field
+warnings from Clang due to _dummy members which were intentionally
+included in some parent class definitions.</li>
 <li>magick/widget.c (XEditText): Fix compilation warnings about
 cases which fall-through.</li>
 <li>magick/display.c (MagickXAnnotateEditImage): Fix compilation


_______________________________________________
Graphicsmagick-commit mailing list
Graphicsmagick-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic