Snippets for podofo 1.1.1 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/podofo/podofo-1.1.1-r0.log.
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfIndirectObjectList.h:36:33: warning: 'PoDoFo::PdfParser' is already a friend of 'PoDoFo::PdfIndirectObjectList' [-Wredundant-decls] 36 | PODOFO_PRIVATE_FRIEND(class PdfParser); | ^~~~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfIndirectObjectList.h:37:33: warning: 'PoDoFo::PdfWriter' is already a friend of 'PoDoFo::PdfIndirectObjectList' [-Wredundant-decls] 37 | PODOFO_PRIVATE_FRIEND(class PdfWriter); | ^~~~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfSignerCms.h:40:23: warning: 'PoDoFo::PdfSignerCmsParams::Encryption' is deprecated: Encryption should be automatically detected from the public key in the certificate [-Wdeprecated-declarations] 40 | struct PODOFO_API PdfSignerCmsParams final | ^~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:411:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 411 | if (ch == 'e') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:413:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 413 | if (ch == 'n') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:415:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 415 | if (ch == 'd') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:433:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 433 | if (ch == 't') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:435:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 435 | if (ch == 'b') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:445:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 445 | if (ch == 'r') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:447:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 447 | if (ch == 'j') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:457:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 457 | if (ch == 'e') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:472:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 472 | if (ch == 'a') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParserObject.cpp:482:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 482 | if (ch == 'm') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/XMPUtils.cpp:1184:36: warning: cast from type 'const std::unordered_map<std::basic_string_view<char>, bool>*' to type 'void*' casts away qualifiers [-Wcast-qual] 1184 | xpctx->varLookupData = (void*)&vars; | ^~~~~~~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'Unknown' not handled in switch [-Wswitch] 238 | switch (tokenType) | ^ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'ParenthesisRight' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'BraceLeft' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'BraceRight' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'AngleBracketRight' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'DoubleAngleBracketsLeft' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'DoubleAngleBracketsRight' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'SquareBracketLeft' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'SquareBracketRight' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:238:20: warning: enumeration value 'Slash' not handled in switch [-Wswitch]
-
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:1253:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1253 | if (ch == '%') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:1255:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1255 | if (ch == 'P') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:1257:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1257 | if (ch == 'D') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:1259:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1259 | if (ch == 'F') goto Advance; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/private/PdfParser.cpp:1262:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1262 | if (ch == '-') return true; break; | ^~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/test/unit/PainterTest.cpp:218:7: warning: extra tokens at end of '#else' directive [-Wendif-labels] 218 | #else PODOFO_ENABLE_AFDKO | ^~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfFont.cpp:1043:22: warning: variable 's' set but not used [-Wunused-but-set-variable] 1043 | auto s = pair.first; | ^ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfContentStreamReader.cpp:606:71: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 606 | return reinterpret_cast<const shared_ptr<const PdfXObject>&>(Data.XObject); | ~~~~~^~~~~~~ -
/home/buildozer/aports/community/podofo/src/podofo-1.1.1/src/podofo/main/PdfImage.cpp:1095:32: warning: cast from type 'const unsigned char*' to type 'png_bytep' {aka 'unsigned char*'} casts away qualifiers [-Wcast-qual] 1095 | if (len < 8 || png_sig_cmp((png_bytep)data, 0, 8)) | ^~~~~~~~~~~~~~~