compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Reduce warnings and errors ci #264

Closed mcbarton closed 1 month ago

mcbarton commented 1 month ago

This should reduce the warnings and errors from the ci workflow to just those relating to cppyy test runs and Windows CppInterOp test failures.

vgvassilev commented 1 month ago

Pretty nice!

mcbarton commented 1 month ago

@vgvassilev This PR is ready for merging. For my next PR i'll move onto fixing the warnings in CppInterOps code, and then adding the flag to treat all warnings as errors in future.

vgvassilev commented 1 month ago

@vgvassilev This PR is ready for merging. For my next PR i'll move onto fixing the warnings in CppInterOps code, and then adding the flag to treat all warnings as errors in future.

That’d be great!