cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Disable static code analysis on wnbd-client project #34

Closed aserdean closed 3 years ago

aserdean commented 3 years ago

Running code analysis on wnbd-client project will also include the boost source code.

This patch disables the static code analysis on the third party libraries to reduce the verbosity on the build log: https://ci.appveyor.com/project/aserdean/wnbd/builds/35959630/job/oj6tg32upx01n8j7#L742

Signed-off-by: Alin Gabriel Serdean aserdean@cloudbasesolutions.com

petrutlucian94 commented 3 years ago

Thanks for limiting this to 3rd party libraries!