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
578d3fc5
Kaydet (Commit)
578d3fc5
authored
Agu 12, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4505: unreferenced local function has been removed
Change-Id: I2b9b43c40a467dd369f1eeb3623be388c51d3b4d
üst
945f9001
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
zipfile.cxx
shell/source/win32/zipfile/zipfile.cxx
+0
-11
No files found.
shell/source/win32/zipfile/zipfile.cxx
Dosyayı görüntüle @
578d3fc5
...
...
@@ -105,17 +105,6 @@ struct CentralDirectoryEnd
// This little lot performs in a truly appalling way without
// buffering eg. on an IStream.
static
unsigned
char
readByte
(
StreamInterface
*
stream
)
{
if
(
!
stream
||
stream
->
stell
()
==
-
1
)
throw
IOException
(
-
1
);
unsigned
char
tmpBuf
;
unsigned
long
numBytesRead
=
stream
->
sread
(
&
tmpBuf
,
1
);
if
(
numBytesRead
!=
1
)
throw
IOException
(
-
1
);
return
tmpBuf
;
}
static
unsigned
short
readShort
(
StreamInterface
*
stream
)
{
if
(
!
stream
||
stream
->
stell
()
==
-
1
)
...
...
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