mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
95269bc8d1
Fixes GCC 8 warnings: dll/opengl/glu32/src/libnurbs/internals/subdivider.cc:852:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0; ^~ dll/opengl/glu32/src/libnurbs/internals/subdivider.cc:852:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0; ^~~~ |
||
---|---|---|
.. | ||
include/GL | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
glu32.rc | ||
glu32.spec | ||
precomp.h |