[Qt-creator] gcc warnings
Orgad and Raizel Shaneh
orgads at gmail.com
Thu Feb 2 19:12:29 CET 2012
On Thu, Feb 2, 2012 at 6:47 PM, Duane <duane.hebert at group-upc.com> wrote:
>
> Is it possible to have gcc ignore a specific warning (in this case
> -Wreorder) from QtCreator?
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> 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
More information about the Qt-creator
mailing list