Address some compiler warnings (Xcode 12)

* Missing prototypes
* Unused function parameters
* Float comparison in preferences
This commit is contained in:
2024-08-10 12:06:11 -04:00
parent a202918d57
commit 104f6d6b0b
5 changed files with 16 additions and 7 deletions

View File

@@ -182,7 +182,7 @@ int getMenubarHeight() {
return 0;
}
void adjust_window_for_menubar(int mode, unsigned int width, unsigned int height) {
void adjust_window_for_menubar(int, unsigned int, unsigned int) {
}
NSOpenPanel* dlg_get_scen;