marxin / cvise

Super-parallel Python port of the C-Reduce
Other
219 stars 25 forks source link

fix deprecation warnings #130

Closed oltolm closed 5 months ago

oltolm commented 5 months ago

I fixed the Clang deprecation warnings.

marxin commented 5 months ago

Hey! I welcome the change, though, we would need to support the older LLVM releases. Can you please come up with a conditional code based on LLVM_VERSION_MAJOR?

oltolm commented 5 months ago

done

marxin commented 5 months ago

Great, can you also exclude now SUPPORTS_DEPRECATED_DECLARATIONS (and -Wno-error=deprecated-declarations compiler option), please?

oltolm commented 5 months ago

Great, can you also exclude now SUPPORTS_DEPRECATED_DECLARATIONS (and -Wno-error=deprecated-declarations compiler option), please?

I don't understand.

marxin commented 5 months ago

I've just removed that in 857e7113263ed998c8e6d0727ddc32d4b16dd277. Anyway, thanks for your submission!