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
83dcbe4c
Kaydet (Commit)
83dcbe4c
authored
Kas 13, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ucb: kill webdav-neon/warnings_guard_ne_locks.h too
Change-Id: I44919cf592eee026116fc5fbc12e0d5baa4bda2b
üst
d6809a9a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
38 deletions
+5
-38
NeonLockStore.cxx
ucb/source/ucp/webdav-neon/NeonLockStore.cxx
+1
-1
NeonLockStore.hxx
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
+3
-1
NeonTypes.hxx
ucb/source/ucp/webdav-neon/NeonTypes.hxx
+1
-1
warnings_guard_ne_locks.h
ucb/source/ucp/webdav-neon/warnings_guard_ne_locks.h
+0
-35
No files found.
ucb/source/ucp/webdav-neon/NeonLockStore.cxx
Dosyayı görüntüle @
83dcbe4c
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
************************************************************************/
************************************************************************/
#include
"warnings_guard_ne_locks.h"
#include
<ne_locks.h>
#include <ne_uri.h>
#include <ne_uri.h>
#include "rtl/ustring.hxx"
#include "rtl/ustring.hxx"
#include "osl/time.h"
#include "osl/time.h"
...
...
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
Dosyayı görüntüle @
83dcbe4c
...
@@ -30,7 +30,9 @@
...
@@ -30,7 +30,9 @@
#include <config_lgpl.h>
#include <config_lgpl.h>
#include <map>
#include <map>
#include "warnings_guard_ne_locks.h"
#include <ne_locks.h>
#include "osl/mutex.hxx"
#include "osl/mutex.hxx"
#include "rtl/ref.hxx"
#include "rtl/ref.hxx"
#include "NeonTypes.hxx"
#include "NeonTypes.hxx"
...
...
ucb/source/ucp/webdav-neon/NeonTypes.hxx
Dosyayı görüntüle @
83dcbe4c
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
#include <ne_utils.h>
#include <ne_utils.h>
#include <ne_basic.h>
#include <ne_basic.h>
#include <ne_props.h>
#include <ne_props.h>
#include
"warnings_guard_ne_locks.h"
#include
<ne_locks.h>
typedef
ne_session
HttpSession
;
typedef
ne_session
HttpSession
;
typedef
ne_status
HttpStatus
;
typedef
ne_status
HttpStatus
;
...
...
ucb/source/ucp/webdav-neon/warnings_guard_ne_locks.h
deleted
100644 → 0
Dosyayı görüntüle @
d6809a9a
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* 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/.
*/
#ifndef INCLUDED_WARNINGS_GUARD_NE_LOCKS_H
#define INCLUDED_WARNINGS_GUARD_NE_LOCKS_H
// Because the GCC system_header mechanism doesn't work in .c/.cxx compilation
// units and more important affects the rest of the current include file, the
// warnings guard is separated into this header file on its own.
/*
Silence down this WaE:
/usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)'
hides constructor for 'struct ne_lock' [-Wshadow]
*/
#ifdef _MSC_VER
#pragma warning(push, 1)
#elif defined __GNUC__
#pragma GCC system_header
#endif
#include <ne_locks.h>
#ifdef _MSC_VER
#pragma warning(pop)
#endif
#endif // INCLUDED_WARNINGS_GUARD_NE_LOCKS_H
/* 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