Opened 10 years ago

Closed 10 years ago

#43510 closed defect (fixed)

easytag: build fails with -Werror,-Wformat-nonliteral problems

Reported by: ggm@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: easytag

Description (last modified by dbevans (David B. Evans))


easytag fails build with clang on ML reporting:

~

src/mp4_tag.cc:283:35: error: format string is not a string literal [-Werror,-Wformat-nonliteral]

Log_Print (LOG_ERROR, _("Error while opening file: '%s' (%s)."),

hand-edits of the Makefile to remove the -W options referring to format made it compile and install.

Change History (1)

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Description: modified (diff)
Port: easytag added
Resolution: fixed
Status: newclosed
Summary: -Werror,-Wformat-nonliteral problemseasytag: build fails with -Werror,-Wformat-nonliteral problems
Version: 2.2.1

Fixed in r119502.

Note: See TracTickets for help on using tickets.