mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #562] [MERGED] Fix compilation issue with BROTLI_ALLOC macro using GCC 7 #1206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/562
Author: @Exagone313
Created: 6/17/2017
Status: ✅ Merged
Merged: 6/17/2017
Merged by: @eustas
Base:
master← Head:master📝 Commits (1)
61390d6Fix compilation issue with BROTLI_ALLOC macro using GCC 7 (-Wint-in-bool-context)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
c/enc/memory.h(+1 -1)📄 Description
Fixes #561.
The issue is with GCC 7 that adds a check
-Wint-in-bool-context.Maybe you'd prefer to disable this check instead?
(Note: I haven't signed the CLA yet.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.