[Scummvm-git-logs] scummvm master -> 894f4916f53fef23e251787cc7f6153d05367621

bluegr bluegr at gmail.com
Sat Jun 26 05:46:09 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
894f4916f5 GRAPHICS: Fix warnings for header search failure.


Commit: 894f4916f53fef23e251787cc7f6153d05367621
    https://github.com/scummvm/scummvm/commit/894f4916f53fef23e251787cc7f6153d05367621
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-06-26T08:46:07+03:00

Commit Message:
GRAPHICS: Fix warnings for header search failure.

WARNING: Can't find following headers in User or System Include Paths "opinfo.h"

Changed paths:
    graphics/tinygl/zgl.h


diff --git a/graphics/tinygl/zgl.h b/graphics/tinygl/zgl.h
index e947838660..7e99fe8bd9 100644
--- a/graphics/tinygl/zgl.h
+++ b/graphics/tinygl/zgl.h
@@ -457,7 +457,7 @@ void glClose();
 // glopXXX functions
 
 #define ADD_OP(a,b,c) void glop ## a (GLContext *, GLParam *);
-#include "opinfo.h"
+#include "graphics/tinygl/opinfo.h"
 
 // this clip epsilon is needed to avoid some rounding errors after
 // several clipping stages




More information about the Scummvm-git-logs mailing list