ignore error of implicit func declaration from cmetrics#1563
Merged
zanejohnson-azure merged 1 commit intoci_prodfrom Nov 5, 2025
Merged
ignore error of implicit func declaration from cmetrics#1563zanejohnson-azure merged 1 commit intoci_prodfrom
zanejohnson-azure merged 1 commit intoci_prodfrom
Conversation
rashmichandrashekar
approved these changes
Nov 5, 2025
wanlonghenry
pushed a commit
that referenced
this pull request
Nov 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1es image was upgraded that comes with gcc version upgrade from 12 to 14, causing cmetrics lib compile error. (check the error in #20251104.3 • Fix FIC Auth support issues (#1547)
before this error happens: Current image version: '20250929.55.1'
https://github.com/actions/runner-images/blob/win25/20250929.44/images/windows/Windows2022-Readme.md
it shows gcc 12.x
when this error: Current image version: '20251021.76.1'
https://github.com/actions/runner-images/blob/win25/20251021.67/images/windows/Windows2022-Readme.md
it shows gcc 14.x
about gcc 14: https://gcc.gnu.org/gcc-14/porting_to.html
solution: Don't treat implicit function declarations as errors, just gives warning like what gcc 12 does.
test #1
build: see #20251104.5 • no error for implicit func declaration in build pipeline.
test #2
data: force resource opt and check contianerinventory data count. data size is doubled because ci windows agent now starts to inject container inventory due to resource opt is on, which verifies cmetrics works on windows node.