Skip to content

fixed the cppcheck warnings for RAMInfo

Martin Schultz requested to merge fixRAMInfo into master

The following changes were made to the RAMInfo class:

changed datatype for memory information to be uint64_t for scanf unsigned long long is used on posix systems added field width to scanf to get rid of cppcheck warnings

This means the returned type of the functions is now uint64_t instead of unsigned long

Merge request reports