Commits


Gil authored and GitHub committed 74f4ceb4c9d
Fix unused variable warnings (#5389) * Fix unused variable warnings These are now exposed because libprotobuf is no longer polluting the compiler command-line with -Wno-unused-parameter. * Convert (void)var to __unused where possible