[PR #357] [MERGED] Fix an unitialized variable warning in encode.cc #951

Open
opened 2026-01-29 20:51:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/357
Author: @sebmarchand
Created: 5/28/2016
Status: Merged
Merged: 6/1/2016
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • 7fd82d4 Fix an unitialized variable warning in encode.cc
  • a33fc24 Fix

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 enc/encode.cc (+2 -2)

📄 Description

This is causing some build issue when some optimizations are turned on on Windows (e.g. WPO, or PGO).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/357 **Author:** [@sebmarchand](https://github.com/sebmarchand) **Created:** 5/28/2016 **Status:** ✅ Merged **Merged:** 6/1/2016 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7fd82d4`](https://github.com/google/brotli/commit/7fd82d4605957682035289ee88b714781961d648) Fix an unitialized variable warning in encode.cc - [`a33fc24`](https://github.com/google/brotli/commit/a33fc249ab65225dc1b5282d73d2ce7216543ce2) Fix ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `enc/encode.cc` (+2 -2) </details> ### 📄 Description This is causing some build issue when some optimizations are turned on on Windows (e.g. WPO, or PGO). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#951