Fix compile warnings
This commit is contained in:
parent
d576b4c6e9
commit
be39d5b6ef
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ void WindowsFileDialog::exec()
|
|||
opf.nMaxFile = MAX_PATH;
|
||||
|
||||
std::string extensions;
|
||||
size_t extensionsLen;
|
||||
size_t extensionsLen=0;
|
||||
if (!_filterPatterns.empty()) {
|
||||
for (const auto& ext : _filterPatterns) {
|
||||
if (!simgear::strutils::starts_with(ext, "*.")) {
|
||||
|
|
|
@ -263,7 +263,7 @@ FGAV400WSimB::FGAV400WSimB() :
|
|||
hz2(0.0),
|
||||
hz2count(0),
|
||||
hz2cycles(0),
|
||||
flight_phase(0xFF),
|
||||
flight_phase(-1),
|
||||
req_hostid(true),
|
||||
req_sbas(false)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue