[mpg123-devel] [ mpg123-Bugs-3249819 ] Compiler warning with GCC 4.6
Brought to you by:
sobukus
From: SourceForge.net <no...@so...> - 2011-04-21 17:06:20
|
Bugs item #3249819, was opened at 2011-03-27 18:42 Message generated for change (Settings changed) made by sobukus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733194&aid=3249819&group_id=135704 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.13.2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: John Lindgren (jpl1990) Assigned to: Nobody/Anonymous (nobody) Summary: Compiler warning with GCC 4.6 Initial Comment: In src/libmpg123: parse.c: In function ‘check_lame_tag’: parse.c:291:12: warning: variable ‘gain_offset’ set but not used [-Wunused-but-set-variable] ---------------------------------------------------------------------- Comment By: Thomas Orgis (sobukus) Date: 2011-04-04 10:11 Message: Also, in 1.13.3, the warning will be silenced, while a real solution shall be worked out in trunk. ---------------------------------------------------------------------- Comment By: Thomas Orgis (sobukus) Date: 2011-04-02 09:14 Message: Thanks for noting... this is indeed a part that's not quite finished. It's about modifying gain values from the lame header of old lame versions that used a different target loudness. I did not finish the lame version detection for that. That unused variable should be fixed by using it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733194&aid=3249819&group_id=135704 |