[exim-dev] [Bug 2291] Need buildability test for all build-o…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: admin
Ημερομηνία:  
Προς: exim-dev
Αντικείμενο: [exim-dev] [Bug 2291] Need buildability test for all build-option combinations
https://bugs.exim.org/show_bug.cgi?id=2291

Andrew Aitchison <exim@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |exim@???


--- Comment #1 from Andrew Aitchison <exim@???> ---
"cppcheck --force" will do a static analysis for every* #ifdef'd path.

I have found it to occasionally miss some compilation errors on some compilers.

It is not quick - about 40sec for exim.h and I gave up after 9min on exim.c
but can be made to cache results which makes it two orders of magnitude faster.

It seems happy with our code style.

Is this useful ?

--
You are receiving this mail because:
You are on the CC list for the bug.