Skip to content

Commit

Permalink
Fixed gcc compilation errors introduced in previous commits (3).
Browse files Browse the repository at this point in the history
  • Loading branch information
pboechat committed Nov 26, 2024
1 parent 0fc2033 commit fa9157b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ inline const char *glGetErrorString(GLenum error)
} \
}
#else
#define FASTCG_CHECK_OPENGL_CALL(...)
#define FASTCG_CHECK_OPENGL_CALL(glCall) glCall
#define FASTCG_CHECK_OPENGL_ERROR(...)
#endif

Expand Down

0 comments on commit fa9157b

Please sign in to comment.