Update config.c #10
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
/src/config.c:19:13 [cppcoreguidelines-avoid-non-const-global-variables]:
src/config.c#L19
variable 'configEntries' is non-const and globally accessible, consider making it const
|
/src/config.c:68:15 [cppcoreguidelines-avoid-magic-numbers:
src/config.c#L68
1024 is a magic number; consider replacing it with a named constant
|