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
52cd5ccc
Kaydet (Commit)
52cd5ccc
authored
May 09, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1209760 Parse warning
Change-Id: I380cae18964ee6ed7d8ef87d9ae861cc7b34c376
üst
785ad9bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
strings.cxx
sal/qa/checkapi/strings.cxx
+2
-2
osl_Module_DLL.cxx
sal/qa/osl/module/osl_Module_DLL.cxx
+2
-2
No files found.
sal/qa/checkapi/strings.cxx
Dosyayı görüntüle @
52cd5ccc
...
...
@@ -23,9 +23,9 @@
#include "sal_allheaders.hxx"
CPPUNIT_PLUGIN_IMPLEMENT
();
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
SAL_CALL
firstfunc
(
sal_Bool
bRes
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
SAL_CALL
firstfunc
(
sal_Bool
)
{
return
(
bRes
=
sal_True
)
;
return
sal_True
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sal/qa/osl/module/osl_Module_DLL.cxx
Dosyayı görüntüle @
52cd5ccc
...
...
@@ -27,9 +27,9 @@
// But we instatiate a test plugin to fake the build process.
CPPUNIT_PLUGIN_IMPLEMENT
();
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
SAL_CALL
firstfunc
(
sal_Bool
bRes
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
sal_Bool
SAL_CALL
firstfunc
(
sal_Bool
)
{
return
(
bRes
=
sal_True
)
;
return
sal_True
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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