fix some implicit promotion from bool, as suggested by PVS-Studio
For #192. * spot/parseaut/parseaut.yy, spot/parseaut/scanaut.ll, spot/tl/randomltl.cc, spot/twa/acc.cc, spot/twaalgos/postproc.hh: Here.
This commit is contained in:
parent
630e90b9cc
commit
279bfa00bd
5 changed files with 13 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2012, 2013, 2014, 2015, 2016 Laboratoire de Recherche
|
||||
// et Développement de l'Epita (LRDE).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -178,7 +178,7 @@ namespace spot
|
|||
// Fine-tuning options fetched from the option_map.
|
||||
bool degen_reset_ = true;
|
||||
bool degen_order_ = false;
|
||||
int degen_cache_ = true;
|
||||
int degen_cache_ = 1;
|
||||
bool degen_lskip_ = true;
|
||||
bool degen_lowinit_ = false;
|
||||
bool det_scc_ = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue