libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

No More Warnings Again #59

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

As in https://github.com/libglui/glui/pull/57 but with less creativity.

josch commented 7 years ago

What happened with using %z for size_t?

nigels-com commented 7 years ago

I'm not sure that %z is supported on some of the older MS toolchains. They declined to be C99 compliant, as I recall.

josch commented 7 years ago

@nigels-com then I guess you have no objections to me just clicking the merge button now?

nigels-com commented 7 years ago

Go for it if you're entirely happy with it.