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)
Thu, May 9, 2:32 PM
Unknown Object (File)
Thu, May 9, 7:22 AM
Unknown Object (File)
Thu, May 9, 7:21 AM
Unknown Object (File)
Thu, May 9, 7:21 AM
Unknown Object (File)
Wed, May 8, 8:27 PM
Unknown Object (File)
Jan 1 2024, 4:24 PM
Unknown Object (File)
Dec 20 2023, 8:38 AM
Unknown Object (File)
Dec 16 2023, 4:05 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.