Merge pull request #23 from AleksArt000/main #14
Annotations
10 warnings
src/globals.c#L13
variable 'TESTING' is non-const and globally accessible, consider making it const
|
src/globals.c#L16
variable 'OVERWRITE' is non-const and globally accessible, consider making it const
|
src/globals.c#L19
variable 'QUIET' is non-const and globally accessible, consider making it const
|
src/globals.c#L22
variable 'INSTALLED_DB' is non-const and globally accessible, consider making it const
|
src/globals.c#L22
variable 'INSTALLED_DB' provides global access to a non-const object; consider making the pointed-to data 'const'
|
src/globals.c#L23
variable 'ALL_DB' is non-const and globally accessible, consider making it const
|
src/globals.c#L23
variable 'ALL_DB' provides global access to a non-const object; consider making the pointed-to data 'const'
|
src/globals.c#L26
variable 'PACKAGE_QUEUE' is non-const and globally accessible, consider making it const
|
src/globals.c#L27
variable 'QUEUE_COUNT' is non-const and globally accessible, consider making it const
|
src/init.c#L51
variable 'formats' is not initialized
|
The logs for this run have expired and are no longer available.
Loading