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)
Jan 1 2024, 4:24 PM
Unknown Object (File)
Dec 20 2023, 8:38 AM
Unknown Object (File)
Dec 16 2023, 4:05 AM
Unknown Object (File)
Nov 8 2023, 11:27 PM
Unknown Object (File)
Nov 4 2023, 8:59 PM
Unknown Object (File)
Nov 1 2023, 7:04 PM
Unknown Object (File)
Oct 7 2023, 10:21 PM
Unknown Object (File)
Oct 3 2023, 8:58 PM

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.