Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
397362d8
Kaydet (Commit)
397362d8
authored
Tem 02, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-up
Change-Id: I0f9cf74550e43d174bf6ac75e70c51ab7f51ccf8
üst
836e504c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
zforfind.cxx
svl/source/numbers/zforfind.cxx
+7
-0
No files found.
svl/source/numbers/zforfind.cxx
Dosyayı görüntüle @
397362d8
...
...
@@ -1210,6 +1210,13 @@ bool ImpSvNumberInputScan::IsAcceptedDatePattern( sal_uInt16 nStartPatternAt )
nMaxLen
=
2
;
nMaxVal
=
31
;
break
;
default
:
// This merely exists against
// -Werror=maybe-uninitialized, which is nonsense
// after the (c == 'M' || c == 'D') check above,
// but ...
nMaxLen
=
2
;
nMaxVal
=
31
;
}
bOk
=
(
sStrArray
[
nNext
].
getLength
()
<=
nMaxLen
);
if
(
bOk
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment