[mpg123-devel] [ mpg123-Bugs-3025665 ] Unused variable tagdata with NO_ID3V2 defined
Brought to you by:
sobukus
From: SourceForge.net <no...@so...> - 2011-03-27 16:28:14
|
Bugs item #3025665, was opened at 2010-07-05 21:44 Message generated for change (Settings changed) made by jpl1990 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733194&aid=3025665&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: mpglib Group: 1.12.2 >Status: Closed Resolution: Fixed Priority: 1 Private: No Submitted By: John Lindgren (jpl1990) Assigned to: Nobody/Anonymous (nobody) Summary: Unused variable tagdata with NO_ID3V2 defined Initial Comment: id3.c:539 unsigned char* tagdata = NULL; This variable is declared but never used thereafter if NO_ID3V2 is defined, leading to a compiler warning. Very minor, I know. ---------------------------------------------------------------------- Comment By: Thomas Orgis (sobukus) Date: 2010-07-06 02:43 Message: OK, fixed in trunk (will appear in release 1.13.0). Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=733194&aid=3025665&group_id=135704 |