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
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):
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: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):
The text was updated successfully, but these errors were encountered: