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
c21916ad
Kaydet (Commit)
c21916ad
authored
Şub 17, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pragma GCC diagnostic is not available for 4.0.1
Change-Id: I4aa9fb45c391c8b17d713e77a8a6e3338005441b
üst
270967f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
Library_sd.mk
sd/Library_sd.mk
+2
-1
OSXBluetooth.mm
sd/source/ui/remotecontrol/OSXBluetooth.mm
+0
-7
No files found.
sd/Library_sd.mk
Dosyayı görüntüle @
c21916ad
...
...
@@ -543,7 +543,8 @@ else
$(eval $(call gb_Library_add_objcxxobjects,sd,\
sd/source/ui/remotecontrol/BluetoothServer \
sd/source/ui/remotecontrol/OSXBluetooth \
sd/source/ui/remotecontrol/OSXBluetooth,\
-Wno-error \
))
$(eval $(call gb_Library_add_libs,sd,\
...
...
sd/source/ui/remotecontrol/OSXBluetooth.mm
Dosyayı görüntüle @
c21916ad
...
...
@@ -6,7 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <osl/conditn.hxx> // Include this early to avoid error as check() gets defined by some SDK header to empty
#include <premac.h>
...
...
@@ -43,12 +42,6 @@
pSocket = NULL;
}
// The Xcode 3 compiler warns if we don't implement all methods of the
// IOBluetoothRFCOMMChannelDelegate protocol. In later SDKs they are
// marked as @optional.
#pragma GCC diagnostic ignored "-Wprotocol"
@end
/* 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