There was an error fetching the commit references. Please try again later.
CMakeLists: Make -Wreorder a compile-time error
This can result in silent logic bugs within code, and given the amount of times these kind of warnings are caused, they should be flagged at compile-time so no new code is submitted with them.
Showing
- src/CMakeLists.txt 1 addition, 0 deletionssrc/CMakeLists.txt
- src/core/hle/kernel/kernel.cpp 1 addition, 1 deletionsrc/core/hle/kernel/kernel.cpp
- src/video_core/gpu_asynch.cpp 3 additions, 2 deletionssrc/video_core/gpu_asynch.cpp
- src/video_core/renderer_opengl/renderer_opengl.cpp 2 additions, 2 deletionssrc/video_core/renderer_opengl/renderer_opengl.cpp
Loading
Please register or sign in to comment