Skip to content

Implement safe_asprintf, non-failing wrapper around asprintf

Michael Polyntsov requested to merge polyntsov/fix_warnings into devel

Suppresses warnings about unused return value when building with glibc

Merge request reports