Page MenuHomeFreeBSD

netfront.c: avoid gcc variably-modified warning
ClosedPublic

Authored by rlibby on Jun 29 2017, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 9:26 AM
Unknown Object (File)
Wed, Mar 25, 9:25 AM
Unknown Object (File)
Wed, Mar 25, 9:25 AM
Unknown Object (File)
Tue, Mar 24, 9:53 AM
Unknown Object (File)
Mon, Mar 23, 2:18 AM
Unknown Object (File)
Thu, Mar 19, 7:35 PM
Unknown Object (File)
Thu, Mar 19, 3:52 PM
Unknown Object (File)
Sun, Mar 15, 1:59 AM

Details

Summary

gcc produces a "variably modified X at file scope" warning for structures that use these size definitions. I think the definitions are actually fine but can be rephrased with the __CONST_RING_SIZE macro more cleanly anyway.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rlibby added subscribers: kmacy, gibbs.

Thanks, that's indeed better.

This revision is now accepted and ready to land.Jun 30 2017, 3:27 PM
This revision was automatically updated to reflect the committed changes.