graphics/grOGL1.c: non-void function does not return a value
Making oglSetProjection() return void, like toglSetProjection() SonarCloud graphics/grOGL1.c:408 non-void function does not return a value https://sonarcloud.io/project/issues?open=AZJB16z6NGfDNup0Riro&id=dlmiles_magic
This commit is contained in:
parent
ae0cdd9fea
commit
be258c6557
|
|
@ -375,7 +375,7 @@ glTransYs(int wy)
|
|||
* Set the OpenGL viewport (projection matrix) for the current window
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
int
|
||||
void
|
||||
oglSetProjection(llx, lly, width, height)
|
||||
int llx, lly, width, height;
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue