Opened 6 years ago Last modified 4 years ago #1503 new defectWerror in the linux version of HM-16.14+SCM-8.3
Description
I am trying to build HM-16.14+SCM-8.3 in linux, however I am having the following issue:
/media/ozcinar/5794A6616D9A2329/Backup/ozchinar/software/HM-16.14+SCM-8.3/build/linux/lib/TLibDecoder/../../../../source/Lib/TLibDecoder/TDecTop.cpp:336:38: error: variable ‘tempIterPic’ set but not used [-Werror=unused-but-set-variable] Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Hi ozcinarc,
I faced the same problem with you even my gcc version is 7.5.0. My solution to avoid this problem is to comment off the definition of variable tempIterPic (line 344 : HM-16.18+SCM-8.7/source/Lib/TLibDecoder/TDecTop.cpp).
I am not sure if this operation will harm HM's performance. But this definitely can pass the make stage.