Zachary L

Results 12 comments of Zachary L

Yep, that's exactly what I'm talking about.

I might of misunderstood how FreeGLUT would react to this patch. I'll look into it later.

This is a one or two line fix which requires a FreeGLUT extension. I'll submit a pull request sometime today.

The solution was a little more ugly than I thought it would be. I clearly forgot how disgusting GL version testing can be... Anyways, I won't be making a pull...

The result type of an arithmetic operation on two `unsigned short` type variables is non-intuitively an `int`. The warning is valid (assuming the warning is supposed to be enabled anyways)....

After looking into a bit more because it was really bugging me for some reason... If `pParams->nWidth * pParams->nHeight` resulted in a negative number and then compared to a uint64_t,...

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113852 Seems like it was confirmed. If you run `cmake --build` with `--verbose` to print the command line, you'll probably find that `-fwrapv` is somewhere on there or is patched...

Sorry, this somehow kept slipping by me, I'll clean it up soon™.

I see that this is getting quite old but I still check it every few months because I want this to be a thing. I see in the pull request...