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
e59f0a2d
Kaydet (Commit)
e59f0a2d
authored
Nis 17, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=unused-macros (MinGW, sal)
Change-Id: I7c0411320798721e70de32580de6adcf5565f12a
üst
10daf844
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
2 additions
and
23 deletions
+2
-23
operators_new_delete.cxx
sal/cpprt/operators_new_delete.cxx
+2
-2
file.cxx
sal/osl/w32/file.cxx
+0
-3
file_dirvol.cxx
sal/osl/w32/file_dirvol.cxx
+0
-1
file_url.cxx
sal/osl/w32/file_url.cxx
+0
-2
profile.cxx
sal/osl/w32/profile.cxx
+0
-6
security.c
sal/osl/w32/security.c
+0
-1
socket.cxx
sal/osl/w32/socket.cxx
+0
-6
thread.c
sal/osl/w32/thread.c
+0
-2
No files found.
sal/cpprt/operators_new_delete.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -18,10 +18,10 @@
*/
#ifdef
WNT
/* avoid 'std::bad_alloc' unresolved externals */
#ifdef
_MSC_VER
/* avoid 'std::bad_alloc' unresolved externals */
#define _CRTIMP
#define _NTSDK
#endif
/* WNT */
#endif
#include <algorithm>
#include <new>
...
...
sal/osl/w32/file.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -1139,9 +1139,6 @@ oslFileError SAL_CALL osl_removeFile( rtl_uString* strPath )
}
//#############################################
#define osl_File_CopyRecursive 0x0001
#define osl_File_CopyOverwrite 0x0002
oslFileError
SAL_CALL
osl_copyFile
(
rtl_uString
*
strPath
,
rtl_uString
*
strDestPath
)
{
rtl_uString
*
strSysPath
=
NULL
,
*
strSysDestPath
=
NULL
;
...
...
sal/osl/w32/file_dirvol.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -274,7 +274,6 @@ struct DirectoryItem_Impl
#define DIRECTORYTYPE_LOCALROOT 0
#define DIRECTORYTYPE_NETROOT 1
#define DIRECTORYTYPE_NETRESORCE 2
#define DIRECTORYTYPE_FILESYSTEM 3
struct
Directory_Impl
...
...
sal/osl/w32/file_url.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -533,8 +533,6 @@ static DWORD GetCaseCorrectPathNameEx(
}
//#####################################################
#define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\"
DWORD
GetCaseCorrectPathName
(
LPCTSTR
lpszShortPath
,
// file name
LPTSTR
lpszLongPath
,
// path buffer
...
...
sal/osl/w32/profile.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -69,12 +69,6 @@ static inline void copy_ustr_n( void *dest, const void *source, size_t length )
#define SVERSION_DIRS { "bin", "program" }
#define SVERSION_USER "user"
#define DEFAULT_PMODE (_S_IREAD | _S_IWRITE)
#define _BUILD_STR_(n) # n
#define BUILD_STR(n) _BUILD_STR_(n)
/*#define DEBUG_OSL_PROFILE 1*/
/*#define TRACE_OSL_PROFILE 1*/
...
...
sal/osl/w32/security.c
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -36,7 +36,6 @@
/* Data for use in (un)LoadProfile Functions */
/* Declarations based on USERENV.H for Windows 2000 Beta 2 */
#define PI_NOUI 0x00000001 // Prevents displaying of messages
#define PI_APPLYPOLICY 0x00000002 // Apply NT4 style policy
typedef
struct
_PROFILEINFOW
{
DWORD
dwSize
;
// Must be set to sizeof(PROFILEINFO)
...
...
sal/osl/w32/socket.cxx
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -99,7 +99,6 @@ static DWORD ProtocolMap[]= {
};
/* macros */
#define PROTOCOL_FROM_NATIVE(y) osl_ProtocolFromNative(y)
#define PROTOCOL_TO_NATIVE(x) ProtocolMap[x]
/*****************************************************************************/
...
...
@@ -162,7 +161,6 @@ static DWORD OptionMap[]= {
/* macros */
#define OPTION_TO_NATIVE(x) OptionMap[x]
#define OPTION_FROM_NATIVE(y) osl_SocketOptionFromNative(y)
/*****************************************************************************/
/* enum oslSocketOptionLevel */
...
...
@@ -176,7 +174,6 @@ static DWORD OptionLevelMap[]= {
/* macros */
#define OPTION_LEVEL_TO_NATIVE(x) OptionLevelMap[x]
#define OPTION_LEVEL_FROM_NATIVE(y) osl_SocketOptionLevelFromNative(y)
/*****************************************************************************/
/* enum oslSocketMsgFlag */
...
...
@@ -192,7 +189,6 @@ static DWORD SocketMsgFlagMap[]= {
/* macros */
#define MSG_FLAG_TO_NATIVE(x) SocketMsgFlagMap[x]
#define MSG_FLAG_FROM_NATIVE(y) osl_SocketMsgFlagFromNative(y)
/*****************************************************************************/
/* enum oslSocketDirection */
...
...
@@ -206,7 +202,6 @@ static DWORD SocketDirection[]= {
/* macros */
#define DIRECTION_TO_NATIVE(x) SocketDirection[x]
#define DIRECTION_FROM_NATIVE(y) osl_SocketDirectionFromNative(y)
/*****************************************************************************/
/* enum oslSocketError */
...
...
@@ -264,7 +259,6 @@ static oslSocketError osl_SocketErrorFromNative(int nativeType)
}
/* macros */
#define ERROR_TO_NATIVE(x) SocketError[x]
#define ERROR_FROM_NATIVE(y) osl_SocketErrorFromNative(y)
/*****************************************************************************/
...
...
sal/osl/w32/thread.c
Dosyayı görüntüle @
e59f0a2d
...
...
@@ -39,8 +39,6 @@ typedef struct _osl_TThreadImpl
}
osl_TThreadImpl
;
#define THREADIMPL_FLAGS_TERMINATE 0x0001
static
unsigned
__stdcall
oslWorkerWrapperFunction
(
void
*
pData
);
static
oslThread
oslCreateThread
(
oslWorkerFunction
pWorker
,
void
*
pThreadData
,
sal_uInt32
nFlags
);
...
...
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