Opened 11 years ago
Closed 11 years ago
#43510 closed defect (fixed)
easytag: build fails with -Werror,-Wformat-nonliteral problems — at Version 1
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 11 years ago by dbevans (David B. Evans)
Description: | modified (diff) |
---|---|
Port: | easytag added |
Resolution: | → fixed |
Status: | new → closed |
Summary: | -Werror,-Wformat-nonliteral problems → easytag: build fails with -Werror,-Wformat-nonliteral problems |
Version: | 2.2.1 |
Note: See
TracTickets for help on using
tickets.
Fixed in r119502.