[Scummvm-git-logs] scummvm master -> 3fcd89c1ceeff94f143090ed5f281a2a74656389

digitall noreply at scummvm.org
Mon Mar 7 20:24:11 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3fcd89c1ce GLK: JACL: Fix Redundant Declaration Warnings


Commit: 3fcd89c1ceeff94f143090ed5f281a2a74656389
    https://github.com/scummvm/scummvm/commit/3fcd89c1ceeff94f143090ed5f281a2a74656389
Author: D G Turner (digitall at scummvm.org)
Date: 2022-03-07T20:23:15Z

Commit Message:
GLK: JACL: Fix Redundant Declaration Warnings

These are emitted from GCC if -Wredundant-decls is enabled.

Changed paths:
    engines/glk/jacl/prototypes.h


diff --git a/engines/glk/jacl/prototypes.h b/engines/glk/jacl/prototypes.h
index 31e2155bccd..91b66986a72 100644
--- a/engines/glk/jacl/prototypes.h
+++ b/engines/glk/jacl/prototypes.h
@@ -27,7 +27,6 @@ extern strid_t open_glk_file(uint usage, uint mode, char *filename);
 extern glui32 glk_get_bin_line_stream(strid_t file_stream, char *buffer, glui32 max_length);
 extern glui32 parse_utf8(unsigned char *buf, glui32 buflen, glui32 *out, glui32 outlen);
 extern void convert_to_utf8(glui32 *text, int len);
-extern glui32 parse_utf8(unsigned char *buf, glui32 buflen, glui32 *out, glui32 outlen);
 #else
 extern void update_parameters();
 #endif




More information about the Scummvm-git-logs mailing list