We need these to be assignments, error out if they're not.
While we're here, tag errout as __printflike so that the compiler will
sanity check the format string + args.
CID: 1505293
Differential D38642
config: error out on malformed env/hint lines kevans on Feb 16 2023, 5:25 PM. Authored by Tags None Referenced Files
Subscribers None
Details
We need these to be assignments, error out if they're not. While we're here, tag errout as __printflike so that the compiler will CID: 1505293
Diff Detail
Event TimelineComment Actions Looks good. I'd be tempted to separate the prinflike thing, but if not that's cool too. |