You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UIC-3202: Relax compiler warnings to support more compilers
Threating warning as error is a good practice durring development phase,
for release it's ok to relax this to support more (future) compilers
and then provide best effort support on non supported environements.
For instance we might allow users to support stable version of gcc
(gcc-13 currently which is not yet enabled in our CI)
Of course this change should be reverted on development branch, ASAP,
and introduced again for next releases.
Ideally it should be near to release tags.
For the record it was useful to support MacOS:
```
➜ ~ cc --version
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: x86_64-apple-darwin23.4.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
➜ ~ c++ --version
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: x86_64-apple-darwin23.4.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
```
Origin: uic/pull-requests/2704/overview
Relate-to: uic/pull-requests/2705/overview?commentId=796680
Relate-to: /x/FND4Dg#BrainstormItems-Identifystandardsbreakage
Forwarded: uic/pull-requests/2704/overview
Forwarded: SiliconLabsSoftware/z-wave-protocol-controller#25
Signed-off-by: Philippe Coval <[email protected]>
0 commit comments