You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g++ version: g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 pdf2json version: 0.70 chunck of the trace:
ImgOutputDev.cc:833:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
glMetaVars->append(new HtmlMetaVar("generator", "pdf2json 0.70"));
^
ImgOutputDev.cc:833:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
ImgOutputDev.cc:834:67: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
if( author ) glMetaVars->append(new HtmlMetaVar("author", author));
^
The text was updated successfully, but these errors were encountered:
g++ version: g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
pdf2json version: 0.70
chunck of the trace:
The text was updated successfully, but these errors were encountered: