Open AlexanderKurtz opened 6 years ago
I forgot about the absolute paths (containing potentially private information) in the build output when posting this, sorry about that. They are removed now.
Changing this to bug: on C++, there is a issue similar to this where implicit bit mask on the ENUM stuff does not work due to these treatment, one need to implement a "Operator |" in oder to make use of LAIK.
Adding API tag, as solving this requires an LAIK API change.
Just so we have this registered somewhere, these are the warnings emitted by ICC when building LAIK. I used CMake to build here, but disabled the
-Werror
option in the mainCMakeLists.txt
file so it wouldn't stop at the first error. The tested commit was 1e653bbcff7756cdee67c2c0763fcb4ceccb2ad8.