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
6aff9717
Kaydet (Commit)
6aff9717
authored
Tem 23, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bogus warning C4701: potentially uninitialized local variable
Change-Id: I51caaca911f71788940260bd63d3854526d7473f
üst
f86d51e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dumperbase.cxx
oox/source/dump/dumperbase.cxx
+1
-1
No files found.
oox/source/dump/dumperbase.cxx
Dosyayı görüntüle @
6aff9717
...
@@ -332,7 +332,7 @@ void StringHelper::appendHex( OUStringBuffer& rStr, sal_Int64 nData, bool bPrefi
...
@@ -332,7 +332,7 @@ void StringHelper::appendHex( OUStringBuffer& rStr, sal_Int64 nData, bool bPrefi
static
sal_uInt64
static
sal_uInt64
lcl_ConvertDouble
(
double
const
f
)
lcl_ConvertDouble
(
double
const
f
)
{
{
sal_uInt64
i
;
sal_uInt64
i
=
sal_uInt64
()
;
for
(
size_t
j
=
0
;
j
<
sizeof
(
double
);
++
j
)
for
(
size_t
j
=
0
;
j
<
sizeof
(
double
);
++
j
)
{
// hopefully both endian independent and strict aliasing safe
{
// hopefully both endian independent and strict aliasing safe
reinterpret_cast
<
char
*>
(
&
i
)[
j
]
=
reinterpret_cast
<
char
const
*>
(
&
f
)[
j
];
reinterpret_cast
<
char
*>
(
&
i
)[
j
]
=
reinterpret_cast
<
char
const
*>
(
&
f
)[
j
];
...
...
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