On Thu, Feb 2, 2012 at 6:47 PM, Duane <[email protected]> wrote: > > Is it possible to have gcc ignore a specific warning (in this case > -Wreorder) from QtCreator? > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator
What build system are you using? For qmake, you can add QMAKE_CXXFLAGS += -Wno-reorder - Orgad _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
