SAGA2: Fix more warnings

This commit is contained in:
Eugene Sandulenko 2021-05-27 18:13:53 +02:00
parent 97fa02d7b8
commit 4319fd55f5
No known key found for this signature in database
GPG key ID: 014D387312D34F08
6 changed files with 26 additions and 29 deletions

View file

@ -76,9 +76,7 @@ inline Rect16 butBox(int n, int i) {
* ===================================================================== */
bool userDialogAvailable(void);
int16 userDialog(const char *title, char *msg, char *btnMsg1,
char *btnMsg2,
char *btnMsg3);
int16 userDialog(const char *title, const char *msg, const char *btnMsg1, const char *btnMsg2, const char *btnMsg3);
// ------------------------------------------------------------------------
// Wrapper to avoid errors