I've got a bunch of code that I need to avoid changing, and it uses #pragma once. I understand that it's deprecated; but I still need to compile it. Is there something I can pass to GCC so it will still issue other warnings, but ignore that one? Thanks! Rob