|
|
DescriptionDisable "taking address of packed member" clang warning.
Pending cleanup.
BUG=619640
Committed: https://crrev.com/e77a373b7141f2e52f79f5cba5c2577fc16a4f5e
Cr-Commit-Position: refs/heads/master@{#399572}
Patch Set 1 #
Total comments: 1
Patch Set 2 : . #Patch Set 3 : Disable "taking address of packed member" clang warning. #
Messages
Total messages: 33 (15 generated)
Description was changed from ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 ========== to ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 ==========
eugenis@google.com changed reviewers: + dpranke@chromium.org, hans@chromium.org
The CQ bit was checked by eugenis@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059143003/1
I could not really test this change on GYP because I keep getting "-w" in my compiler flags, unlike the bot.
Thanks for fixing! https://codereview.chromium.org/2059143003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/2059143003/diff/1/build/common.gypi#newcode2634 build/common.gypi:2634: "-Wno-address-of-packed-member", Since this is a new warning flag, the currently used Clang version will error complaining that it does know the flag. The flag needs to be added conditionally (also for gn), see e.g. https://codereview.chromium.org/2040533003
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_a...)
PTAL
The CQ bit was checked by eugenis@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059143003/20001
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by eugenis@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059143003/40001
The CQ bit was unchecked by eugenis@google.com
The CQ bit was checked by eugenis@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from hans@chromium.org Link to the patchset: https://codereview.chromium.org/2059143003/#ps40001 (title: "Disable "taking address of packed member" clang warning.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059143003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
eugenis@google.com changed reviewers: + thakis@chromium.org
need owner lgtm
Dirk seems to be out today. I'd suggest tbr'ing thakis since this is fixing broken builds.
lgtm
The CQ bit was checked by eugenis@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2059143003/40001
Message was sent while issue was closed.
Description was changed from ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 ========== to ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 ========== to ========== Disable "taking address of packed member" clang warning. Pending cleanup. BUG=619640 Committed: https://crrev.com/e77a373b7141f2e52f79f5cba5c2577fc16a4f5e Cr-Commit-Position: refs/heads/master@{#399572} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/e77a373b7141f2e52f79f5cba5c2577fc16a4f5e Cr-Commit-Position: refs/heads/master@{#399572}
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2066503004/ by thakis@chromium.org. The reason for reverting is: The warning got reverted upstream.. |