You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: smallpt.cpp:88:41: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned short' in initializer list [-Wc++11-narrowing]
The text was updated successfully, but these errors were encountered:
Fails to build with
CC=clang CXX=clang++
due to:The text was updated successfully, but these errors were encountered: