Comment 37 for bug 992124

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

As noted above, we can silence the warnings about -fopenmp (or other flags) not being used, with:

CPPFLAGS+="-Qunused-arguments"

Not sure if this is really desirable or not.