Skip to content

Depreciated warnings on OSX #92

Description

@Brian-McBride

This might already be in awareness. And it might be outside of pdf-fill-form anyway.
During install on the mac, there are a few depreciated version warnings. I thought I'd capture them just in case.

/usr/local/Cellar/poppler/0.90.0/include/poppler/qt5/poppler-annotation.h:743:36: warning: 'QLinkedList<QPointF>' is deprecated: Use std::list instead [-Wdeprecated-declarations]
    void setInkPaths( const QList< QLinkedList<QPointF> > &paths );
                                   ^
/usr/local/include/QtCore/qlinkedlist.h:92:7: note: 'QLinkedList<QPointF>' has been explicitly marked deprecated here
class QT_DEPRECATED_VERSION_X_5_15("Use std::list instead") QLinkedList
      ^
/usr/local/include/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
                                            ^
/usr/local/include/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
#  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
                                ^
/usr/local/include/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
#    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
                                                      ^
4 warnings generated.

Thank you for the awesome library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions