Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex tweak to restore support for older versions of IAR for ARM #84

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

jonware
Copy link
Contributor

@jonware jonware commented Feb 5, 2019

Older versions of IAR for ARM (We currently use 7.20.2) report warnings in a different format.
e.g.
"d:\jenkins\workspace\Nightly\src\flash\flashdrv.c",861 Warning[Pe177]: function "FlashErase" was declared but never referenced

These could be identified by the parser prior to commit c234b94.

I've tweaked the regex to restore functionality with these older versions, without breaking the current matching behaviour.

Please consider for a merge into master.

@uhafner uhafner merged commit 7491a8a into jenkinsci:master Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants