mirror of
https://github.com/fltk/fltk.git
synced 2026-02-05 15:59:50 +08:00
Fix two compiler warnings [-Wunused-variable]
This commit is contained in:
@@ -81,5 +81,6 @@ delete this;} {}
|
||||
Function {} {open return_type int
|
||||
} {
|
||||
code {// Main program
|
||||
App *app = new App(300, 100, "Virtual Callback Test");} {}
|
||||
App(300, 100, "Virtual Callback Test");} {selected
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user