Commit 3602dda
committed
fix(cli): optional column number in error pattern
If error comes from the full line of code column number is not available.
Ex:
system/STM32H7xx/system_stm32h7xx.c:68: error: unterminated #if
68 | #if defined(DUAL_CORE) && defined(CORE_CM4)
|
Signed-off-by: Frederic Pillon <[email protected]>1 parent de25178 commit 3602dda
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments