To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66722





------- Additional comments from [EMAIL PROTECTED] Fri Jul 14 04:17:23 -0700 
2006 -------
2 vcl/unx/kde:  I think the below patch is the best solution, given that the
explicit instantiation trick did not help.

Index: makefile.mk
===================================================================
RCS file: /cvs/gsl/vcl/unx/kde/makefile.mk,v
retrieving revision 1.7
diff -u -r1.7 makefile.mk
--- makefile.mk 19 Dec 2005 17:21:42 -0000      1.7
+++ makefile.mk 14 Jul 2006 11:16:45 -0000
@@ -47,6 +47,13 @@
 .INCLUDE :  settings.mk
 .INCLUDE :  $(PRJ)$/util$/makefile2.pmk

+# For some of the included external KDE headers, GCC complains about shadowed
+# symbols in instantiated template code only at the end of a compilation unit,
+# so the only solution is to disable that warning here:
+.IF "$(COM)" == "GCC"
+CFLAGSCXX += -Wno-shadow
+.ENDIF
+
 # --- Files --------------------------------------------------------

 .IF "$(GUIBASE)"!="unx"


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to