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
61b8596f
Kaydet (Commit)
61b8596f
authored
Şub 10, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: assertWithSideEffect
Change-Id: I6601e857394d7b460a105e851529350a62d1a2a6
üst
33c2688e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
childaccess.cxx
configmgr/source/childaccess.cxx
+3
-2
No files found.
configmgr/source/childaccess.cxx
Dosyayı görüntüle @
61b8596f
...
...
@@ -92,8 +92,9 @@ ChildAccess::ChildAccess(
}
Path
ChildAccess
::
getAbsolutePath
()
{
assert
(
getParentAccess
().
is
());
Path
path
(
getParentAccess
()
->
getAbsolutePath
());
rtl
::
Reference
<
Access
>
parent
(
getParentAccess
());
assert
(
parent
.
is
());
Path
path
(
parent
->
getAbsolutePath
());
path
.
push_back
(
name_
);
return
path
;
}
...
...
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