On 07/09/11 15:32, James Youngman wrote: > Is there a way of eliminating this false positive which doesn't force > me to give up -Wvla?
You can use a pragma in the module that you've audited. The pragma would tell GCC, "don't waste my time warning about VLAs in this module".