summaryrefslogtreecommitdiff
path: root/src/warnings.h
AgeCommit message (Collapse)Author
2024-09-04Fix new warning to only be disabled for GCC 14.v1.9.18Carl Hetherington
2024-09-04Add new warning raised in the wxwidgets headers by Debian unstable's compiler.v1.9.17Carl Hetherington
2024-07-09Ignore another warning that comes from asdcplibv1.9.12Carl Hetherington
with Ubuntu 24's GCC.
2022-06-21Add another warning to LIBDCP_DISABLE_WARNINGSv1.8.22mac-warningCarl Hetherington
2022-04-30Don't talk about suggest-override on very old GCCs.v1.8.18Carl Hetherington
2022-04-22Hide some more warnings from asdcplib on clang.v1.8.16Carl Hetherington
2022-04-22Don't try to ignore a non-existent warning on clang.Carl Hetherington
2022-04-22Missing warning ignore with older GCCs.v1.8.15more-warning-fixesCarl Hetherington
2022-03-07Hide another warning (from ImageMagick in the examples).Carl Hetherington
2021-04-14Improve handling of image subtitle IDs in XML (DoM bug #1965)Carl Hetherington
When reading/writing the XML for image subtitles, we assumed that the content of the <Image> tag is just the ID of the PNG in the MXF, without any prefix. DoM bug #1965 mentions a DCP where this is not the case, and SMPTE 429-5-2009 has an example where there is urn:uuid: in the XML. This change makes DoM write this urn:uuid: prefix, and accept it if it's present (but not complain if it's not). If the urn:uuid: _is_ required in the field, it's a bit surprising that nobody has complained up to this point. Maybe nobody noticed, or nobody reported it.
2021-04-14Missing file.Carl Hetherington