Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMMON: Add ability to disable warning for valueless lines in INI files #4792

Merged
merged 2 commits into from Mar 16, 2023

Conversation

elasota
Copy link
Contributor

@elasota elasota commented Mar 9, 2023

V-Cruise uses an INI-like format for sfx files, where values under the "playlists" section are only simple strings and not formatted as key-value pairs. The INI parser is capable of parsing them, but throws an extreme amount of warnings as there are usually hundreds of lines per animation file in this format.

This adds a function to disable the warning.

@sev-
Copy link
Member

sev- commented Mar 16, 2023

Looks good. Thank you for documenting your changes well.

@sev- sev- merged commit c297d0f into scummvm:master Mar 16, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants