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
2ed28620
Kaydet (Commit)
2ed28620
authored
May 12, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
Change-Id: I7b2d5275614af69f6065d1838a76436801be30ef
üst
13801e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
officeipcthread.cxx
desktop/source/app/officeipcthread.cxx
+4
-6
No files found.
desktop/source/app/officeipcthread.cxx
Dosyayı görüntüle @
2ed28620
...
...
@@ -546,15 +546,14 @@ RequestHandler::Status DbusIpcThread::enable(rtl::Reference<IpcThread> * thread)
}
return
RequestHandler
::
IPC_STATUS_2ND_OFFICE
;
}
default
:
assert
(
false
);
// fall through
case
DBUS_REQUEST_NAME_REPLY_IN_QUEUE
:
case
DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER
:
SAL_WARN
(
"desktop.app"
,
"dbus_bus_request_name failed with unexpected "
<<
+
n
);
return
RequestHandler
::
IPC_STATUS_BOOTSTRAP_ERROR
;
default
:
for
(;;)
std
::
abort
();
}
}
}
...
...
@@ -636,15 +635,14 @@ void DbusIpcThread::close() {
break
;
case
DBUS_RELEASE_NAME_REPLY_RELEASED
:
break
;
default
:
assert
(
false
);
// fall through
case
DBUS_RELEASE_NAME_REPLY_NOT_OWNER
:
case
DBUS_RELEASE_NAME_REPLY_NON_EXISTENT
:
SAL_WARN
(
"desktop.app"
,
"dbus_bus_release_name failed with unexpected "
<<
+
n
);
break
;
default
:
for
(;;)
std
::
abort
();
}
connection_
.
clear
();
}
...
...
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