Skip to content

ambiguous assignment

/src/extension/internal/pdfinput/pdf-parser.cpp line 954 Code:

assert(!arg.isNull());
   GfxColorSpace *colorSpace = nullptr;

   if (char const *name = arg.isName() ? arg.getName() : nullptr) {
       auto const cache_name = std::to_string(formDepth) + "-" += name; // <-- += operator used (CERT EXPC-10)
Edited by Martin Strunz
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information