Tip not compiling on Xcode 4.5.2

In juce_RenderingHelpers.h, a number of errors that only virtual member functions can be marked as override.

I went back before the last OpenGL refactoring check-in and it builds.

Bruce

Goddammit. No problems here in 4.6.2, and I think all the override specifiers are correct.

BUT I did hit a compiler bug which meant I had to remove a couple of other valid override specifiers from that class - Clang is clearly struggling with virtual templated classes. I’ll remove the override specifiers for the time-being…

That got it. Is this new?:

clang: warning: unknown warning option '-Wint-conversion'; did you mean '-Wsign-conversion'? warning: unknown warning option '-Wint-conversion'; did you mean '-Wsign-conversion'? [-Wunknown-warning-option] 1 warning generated.

It’s because of this: http://rawmaterialsoftware.com/viewtopic.php?f=2&t=10575