mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
intel/tools: fix possible randomly increased verbosity of error2aub
Found by Coverity. Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6667>
This commit is contained in:
parent
18eb853ac8
commit
69e65b9cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
int i, c;
|
||||
bool help = false, verbose;
|
||||
bool help = false, verbose = false;
|
||||
char *out_filename = NULL, *in_filename = NULL;
|
||||
const struct option aubinator_opts[] = {
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue