ungroup/ungroup_game

View on GitHub
src/common/util/game_settings.cpp

Summary

Maintainability
Test Coverage

Too many #ifdef configurations - cppcheck only checks 12 of 202 configurations. Use --force to check all configurations.
Open

    load_game_setting_globals("resources/configs/game_settings.json");

The checking of the file will be interrupted because there are too many #ifdef configurations. Checking of all #ifdef configurations can be forced by --force command line option or from GUI preferences. However that may increase the checking time. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status