Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Clang-cl warning #402

Closed
vukihub opened this issue Oct 19, 2024 · 0 comments · Fixed by #403
Closed

Fix Clang-cl warning #402

vukihub opened this issue Oct 19, 2024 · 0 comments · Fixed by #403
Assignees
Labels
bug Something isn't working

Comments

@vukihub
Copy link
Collaborator

vukihub commented Oct 19, 2024

Describe
It is not a real bug, it is a warning to pay attention and fix.
The warning appears when compile with clang-cl compiler under Windows:

framework\aregextend/service/NESystemService.hpp(193,14): warning : enumeration value 'CMD_Custom' not explicitly handled in switch [-Wswitch-enum] [D:\a\areg-sdk\areg-sdk\product\cache\llvm-clang-cl\aregextend.vcxproj]

To Reproduce
Compile sources using CMake and clang-cl compiler.

Expected behavior
There should be no warning. Otherwise, suppress the warning.

Desktop or embedded (please complete the following information):

@vukihub vukihub added the bug Something isn't working label Oct 19, 2024
@aregtech aregtech linked a pull request Oct 21, 2024 that will close this issue
@aregtech aregtech moved this to Reviewed in AREG IoT SDK (areg sdk) Oct 25, 2024
@aregtech aregtech moved this from Reviewed to In Progress in AREG IoT SDK (areg sdk) Oct 25, 2024
@aregtech aregtech moved this from In Progress to Reviewed in AREG IoT SDK (areg sdk) Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Reviewed
Development

Successfully merging a pull request may close this issue.

2 participants