FreeBSD Bugzilla – Attachment 137435 Details for
Bug 182949
[PATCH] x11-toolkits/fltk: compilation error with Clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fltk.patch
fltk.patch (text/x-patch), 667 bytes, created by
dt71
on 2013-10-13 14:45:07 UTC
(
hide
)
Description:
fltk.patch
Filename:
MIME Type:
Creator:
dt71
Created:
2013-10-13 14:45:07 UTC
Size:
667 bytes
patch
obsolete
>When compiling with a recent version of Clang: > > ./Fl_Type.h:39:21: error: friend declaration specifying a default argument must be a definition > friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0); > >Proposed patch: > >--- fluid/Fl_Type.h 2013-09-29 18:08:16.000000000 +0200 >+++ fluid/Fl_Type.h 2013-09-29 18:10:06.000000000 +0200 >@@ -36,7 +36,7 @@ > class Fl_Type { > > friend class Widget_Browser; >- friend Fl_Widget *make_type_browser(int,int,int,int,const char *l=0); >+ friend Fl_Widget *make_type_browser(int,int,int,int,const char *); > friend class Fl_Window_Type; > virtual void setlabel(const char *); // virtual part of label(char*) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182949
: 137435