Fix all compilation warnings in Windows
Closes #661 (closed)
Here we clean all compilation warnings in Windows:
- instead of TANGO_UNUSED, which does not work in Windows, we use standart C+17
[[maybe_unused]]which works on all platforms - fix values casting for EncodedAttribute
- add
[[maybe_unused]]to try-catch
And, finally, we enable all warnings to be errors in Windows too