Fix clang warning by avoiding GNU extension.
../OpenFlipper/libs_required/ACG/GL/globjects.hh:154:25: warning: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic] return ((char*)NULL + _offset);
Showing
Please register or sign in to comment