solvespace/src/render
ruevs f6a774d7bf Fix some trivial warnings found by MSVC. NFC.
Found with /W4 by MSVC 2019 (Microsoft (R) C/C++ Optimizing Compiler Version 19.24.28314)

A bunch of implicit casts 'double' to 'float' and one 'int64_t' to 'unsigned'.

.\src\platform\guiwin.cpp(1237): warning C4701: potentially uninitialized local variable 'cursorName' used
.\src\platform\guiwin.cpp(1237): warning C4703: potentially uninitialized local pointer variable 'cursorName' used

.\src\solvespace.cpp(805,30): warning C4456: declaration of 'gs' hides previous local declaration
.\src\solvespace.cpp(715,17): message : see declaration of 'gs'

.\src\solvespace.cpp(849,47): warning C4456: declaration of 'e' hides previous local declaration
.\src\solvespace.cpp(847,29): message : see declaration of 'e'

.\src\render\render.h(288,51): warning C4458: declaration of 'camera' hides class member
.\src\render\render.h(271,17): message : see declaration of 'SolveSpace::SurfaceRenderer::camera'

.\src\render\render.h(289,57): warning C4458: declaration of 'lighting' hides class member
.\src\render\render.h(272,17): message : see declaration of 'SolveSpace::SurfaceRenderer::lighting'
2020-02-20 14:03:31 +00:00
..
gl3shader.cpp Fix misuse of glTexImage2D (again). 2019-11-23 15:56:57 +00:00
gl3shader.h Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
render2d.cpp Improve implementation hiding in IdList/List. NFC. 2019-08-20 15:57:11 +00:00
render.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
render.h Fix some trivial warnings found by MSVC. NFC. 2020-02-20 14:03:31 +00:00
rendercairo.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
rendergl1.cpp Fix eight trivial "implicit conversion 'double' to 'int'" warnings. NFC. 2019-12-17 19:35:44 +00:00
rendergl3.cpp Don't call GL functions in OpenGl3Renderer::GetIdent. 2019-11-26 11:23:37 +00:00