mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 578546 - Fix more MSVC warning spam by removing unneeded declarations. r=cjones a=benjamin
This commit is contained in:
parent
f7b38c7dad
commit
b3c91154cb
@ -94,7 +94,6 @@ LIBRARY_NAME = domplugins_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FORCE_STATIC_LIB = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
|
||||
ifeq ($(MOZ_ENABLE_QT),1)
|
||||
MOCSRCS = \
|
||||
|
@ -58,8 +58,6 @@ EXPORTS_mozilla/gfx = \
|
||||
|
||||
CPPSRCS = SharedDIB.cpp
|
||||
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
EXPORTS_mozilla/gfx += \
|
||||
SharedDIBWin.h \
|
||||
|
@ -49,7 +49,6 @@ FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
ACDEFINES =
|
||||
|
||||
ifndef MOZ_NATIVE_LIBEVENT # {
|
||||
|
@ -79,8 +79,6 @@ else
|
||||
EXPORTS_mozilla/ipc += SharedMemoryBasic_chromium.h
|
||||
endif #}
|
||||
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
|
||||
CPPSRCS += \
|
||||
AsyncChannel.cpp \
|
||||
BrowserProcessSubThread.cpp \
|
||||
|
@ -43,7 +43,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ipdlunittest
|
||||
PROGRAM = $(MODULE)$(BIN_SUFFIX)
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
|
||||
NSDISTMODE = copy
|
||||
|
||||
|
@ -119,10 +119,6 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
ifndef WINCE
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
ifdef MOZ_IPC
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -51,10 +51,6 @@ PROGRAM = ssltunnel$(BIN_SUFFIX)
|
||||
|
||||
CPPSRCS = ssltunnel.cpp
|
||||
|
||||
# Despite not catching exceptions, we're using STL
|
||||
ENABLE_CXX_EXCEPTIONS=1
|
||||
|
||||
|
||||
# Use local includes because they are inserted before INCLUDES
|
||||
# so that Mozilla's nss.h is used, not glibc's
|
||||
LOCAL_INCLUDES += $(NSPR_CFLAGS) $(NSS_CFLAGS)
|
||||
|
@ -136,10 +136,6 @@ ifdef WINCE
|
||||
EXTRA_DSO_LDOPTS += ddraw.lib
|
||||
endif
|
||||
|
||||
ifndef WINCE
|
||||
ENABLE_CXX_EXCEPTIONS = 1
|
||||
endif
|
||||
|
||||
ifdef MOZ_IPC
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
Loading…
Reference in New Issue
Block a user