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
30e081a4
Kaydet (Commit)
30e081a4
authored
Tem 02, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:casttovoid: stoc
Change-Id: I7e11f40d71b83e39154a5036e2d2241dc29674e4
üst
df45d213
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
proxyfac.cxx
stoc/source/proxy_factory/proxyfac.cxx
+0
-1
lru_cache.h
stoc/source/security/lru_cache.h
+0
-3
No files found.
stoc/source/proxy_factory/proxyfac.cxx
Dosyayı görüntüle @
30e081a4
...
...
@@ -194,7 +194,6 @@ extern "C"
static
void
SAL_CALL
binuno_proxy_free
(
uno_ExtEnvironment
*
pEnv
,
void
*
pProxy
)
{
(
void
)
pEnv
;
// avoid warning about unused parameter
binuno_Proxy
*
proxy
=
static_cast
<
binuno_Proxy
*
>
(
static_cast
<
uno_Interface
*
>
(
pProxy
)
);
OSL_ASSERT
(
proxy
->
m_root
->
m_factory
->
m_uno_env
.
get
()
->
pExtEnv
==
pEnv
);
...
...
stoc/source/security/lru_cache.h
Dosyayı görüntüle @
30e081a4
...
...
@@ -194,10 +194,7 @@ inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::set(
entry
->
m_key
=
key
;
::
std
::
pair
<
typename
t_key2element
::
iterator
,
bool
>
insertion
(
m_key2element
.
insert
(
typename
t_key2element
::
value_type
(
key
,
entry
)
)
);
#ifdef __CACHE_DIAGNOSE
OSL_ENSURE
(
insertion
.
second
,
"### inserting new cache entry failed?!"
);
#endif
(
void
)
insertion
;
// avoid warnings
}
else
{
...
...
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