[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #1304 as completed via #1309. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1304#event-11990221630 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-01-27 Thread elextr via Github-comments
Thats the output format specification, makes the error messages look like gcc, there is no guarantee that cppcheck will accept any random `$CC` as a template argument. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-01-27 Thread Tomasz Kłoczko via Github-comments
BTW IMO hardcoding compiler name is not wise. It should be used $CC. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1304#issuecomment-1913072279 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-01-26 Thread elextr via Github-comments
Looks like [this](https://github.com/geany/geany-plugins/blob/6227d2bebb980b908261f4c9bc470d2de011351c/build/cppcheck.mk#L6) needs an `=` between `--template` and `gcc` @b4n? -- Reply to this email directly or view it on GitHub: