summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-05-20 00:01:06 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-05-20 00:01:06 +0000
commit73d01dd659f82f2c53fd7cedcf0bbb8d47f70ab2 (patch)
tree946d3744f22b87faf22f32cac8eed8619e53be55 /fluid/function_panel.cxx
parent9ca173a7020ca6a7daab001b71dfc6e84f149429 (diff)
Fix all compiler warnings from various build systems.
Fix vsnprintf() implementation to properly handle long and long long ints. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5845 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 78d4bb714..36cb1e716 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -483,7 +483,7 @@ Fl_Double_Window* make_comment_panel() {
return comment_panel;
}
-void type_make_cb(Fl_Widget*w,void*d) {
+void type_make_cb(Fl_Widget*,void*d) {
undo_checkpoint();
Fl_Type *t = Fl_Type_make((char*)d);
if (t) {
@@ -499,7 +499,7 @@ void type_make_cb(Fl_Widget*w,void*d) {
Fl_Window *widgetbin_panel=(Fl_Window *)0;
Fl_Window* make_widgetbin() {
- { widgetbin_panel = new Fl_Window(551, 85, "Widget Bin");
+ { widgetbin_panel = new Fl_Window(550, 85, "Widget Bin");
widgetbin_panel->align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE);
{ Fl_Group* o = new Fl_Group(3, 3, 79, 79);
{ Fl_Button* o = new Fl_Button(5, 5, 24, 24);