Skip to content

Fix warnings found when compilling with glibc

Michael Polyntsov requested to merge fix_warnings into devel
  • Fixes the warning about overflow in snprintf
  • Fixes the warning about unchecked return value of system()

Merge request reports