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

At execution of make, which was successful, there was an output re: an unused variable FLAG_24BIT in tiv.cpp #135

Closed b9Joker108 closed 8 months ago

b9Joker108 commented 8 months ago

Describe the Bug

At execution of make, which was successful, there was an output re: an unused variable FLAG_24BIT in tiv.cpp

To Reproduce

  1. Execute make
  2. Successful, but outputs about the above unused variable

Expected Behavio(u)r

I didn't expect to see this output. I just wanted to let you know so that it may be repaired.

Screenshots

2024-01-04-15-42-59-787

Version/Commit Hash

Cloned from source

OS Specifics

Linux localhost 5.15.78-android13-8-26966632-abX910XXU1AWHA #1 SMP PREEMPT Fri Aug 11 13:12:49 UTC 2023 aarch64 Android

aaronliu0130 commented 8 months ago

It’s just a warning, you can ignore it.