public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/piklab/files: piklab-0.15.10-gcc46.patch
@ 2011-06-03 15:02 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-03 15:02 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/03 15:02:45

  Added:                piklab-0.15.10-gcc46.patch
  Log:
  Make it gcc46 resistant, #369887
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-util/piklab/files/piklab-0.15.10-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/piklab/files/piklab-0.15.10-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/piklab/files/piklab-0.15.10-gcc46.patch?rev=1.1&content-type=text/plain

Index: piklab-0.15.10-gcc46.patch
===================================================================
diff -ur piklab-0.15.10/src/xml_to_data/device_xml_to_data.h piklab-0.15.10-gcc46/src/xml_to_data/device_xml_to_data.h
--- piklab-0.15.10/src/xml_to_data/device_xml_to_data.h	2010-07-05 18:16:57.000000000 +0200
+++ piklab-0.15.10-gcc46/src/xml_to_data/device_xml_to_data.h	2011-01-31 17:03:42.000000000 +0100
@@ -61,7 +61,7 @@
     ts << "const char *" << namespaceName() << "::DATA_STREAM =" << endl;
     QValueList<DataType *> list;
     for (QMap<QString, Data *>::const_iterator it=_map.begin(); it!=_map.end(); ++it)
-      list.append(static_cast<const DataType *>(it.data()));
+      list.append(static_cast<DataType *>(it.data()));
     uint size = toCppString(list, ts);
     ts << ";" << endl;
     ts << "const uint " << namespaceName() << "::DATA_SIZE = " << size << ";" << endl;






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/piklab/files: piklab-0.15.10-gcc46.patch
@ 2012-10-08  9:07 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-10-08  9:07 UTC (permalink / raw
  To: gentoo-commits

kensington    12/10/08 09:07:45

  Removed:              piklab-0.15.10-gcc46.patch
  Log:
  Remove old.
  
  (Portage version: 2.1.11.24/cvs/Linux x86_64)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-08  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-03 15:02 [gentoo-commits] gentoo-x86 commit in dev-util/piklab/files: piklab-0.15.10-gcc46.patch Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-08  9:07 Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox