Add .idea for CLion IDE users #12
Annotations
8 warnings
macos-latest-clang-Release-Build:
src/Editor/RenderingOrchestrator.hpp#L26
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-latest-clang-Release-Build:
src/Editor/RenderingOrchestrator.hpp#L138
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
macos-latest-clang-Debug-Build:
src/Editor/RenderingOrchestrator.hpp#L26
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-latest-clang-Debug-Build:
src/Editor/RenderingOrchestrator.hpp#L138
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
macos-latest-gcc-Debug-Build:
src/Editor/RenderingOrchestrator.hpp#L26
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-latest-gcc-Debug-Build:
src/Editor/RenderingOrchestrator.hpp#L138
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
macos-latest-gcc-Release-Build:
src/Editor/RenderingOrchestrator.hpp#L26
enumeration value 'None' not handled in switch [-Wswitch]
|
macos-latest-gcc-Release-Build:
src/Editor/RenderingOrchestrator.hpp#L138
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|