ssloy/tinyraytracer

Error relating to pragma when running tinyraytracer.cpp

hbhutta opened this issue · 1 comments

image

I tried running the source file for this ray tracer and I am getting this error. Should I include extra flags? I did not make any changes to the code after forking this repository.

Nevermind, I just ran it as g++ tinyraytracer.cpp and it compiled. I think it did not work previously because of the statement "all warnings being treated as errors"