scripts: Use bool in tunables initializer
commit0b845d3b3fde40e72c5372d6fa0f129b5e45c363
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 8 Jun 2021 13:03:38 +0000 (8 14:03 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 28 Oct 2022 10:14:54 +0000 (28 11:14 +0100)
tree77b71beac6b602cb430293fc931ce7977b233382
parent37db2657c92da3bc50128feed53b3f58739a9b19
scripts: Use bool in tunables initializer

The initializer for a tunable_t set the bool initialized flag to NULL.
This causes a build failure when pointer to bool conversion warns.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
scripts/gen-tunables.awk