Opened 10 years ago

Last modified 10 years ago

#43510 closed defect

-Werror,-Wformat-nonliteral problems — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.