stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Fix the '-Wcatch-value' warning under gcc 7.3.0 #41

Closed chen3feng closed 5 years ago

chen3feng commented 5 years ago

tiv.cpp:464:45: warning: catching polymorphic type ‘struct cimg_library::CImgIOException’ by value [-Wcatch-value=]

stefanhaustein commented 5 years ago

Thanks!