cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

unknown gcc option -Werror=shorten-64-to-32 #230

Closed lordgeorg closed 10 years ago

lordgeorg commented 10 years ago

on the first file being compiled:

cc1plus: error: -Werror=shorten-64-to-32: no option -Wshorten-64-to-32

gcc -v: [...] gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9)

rlux commented 10 years ago

I moved the option to the clang section. Can you try again with gcc? You might have to delete your cmake cache first.

lordgeorg commented 10 years ago

working again :)