Bug 578546 - Fix more MSVC warning spam by removing unneeded declarations. r=cjones a=benjamin

This commit is contained in:
Ryan VanderMeulen 2010-11-16 10:21:53 +01:00
parent f7b38c7dad
commit b3c91154cb
8 changed files with 0 additions and 19 deletions

View File

@ -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 = \

View File

@ -58,8 +58,6 @@ EXPORTS_mozilla/gfx = \
CPPSRCS = SharedDIB.cpp
ENABLE_CXX_EXCEPTIONS = 1
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
EXPORTS_mozilla/gfx += \
SharedDIBWin.h \

View File

@ -49,7 +49,6 @@ FORCE_STATIC_LIB = 1
LIBXUL_LIBRARY = 1
EXPORT_LIBRARY = 1
ENABLE_CXX_EXCEPTIONS = 1
ACDEFINES =
ifndef MOZ_NATIVE_LIBEVENT # {

View File

@ -79,8 +79,6 @@ else
EXPORTS_mozilla/ipc += SharedMemoryBasic_chromium.h
endif #}
ENABLE_CXX_EXCEPTIONS = 1
CPPSRCS += \
AsyncChannel.cpp \
BrowserProcessSubThread.cpp \

View File

@ -43,7 +43,6 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ipdlunittest
PROGRAM = $(MODULE)$(BIN_SUFFIX)
ENABLE_CXX_EXCEPTIONS = 1
NSDISTMODE = copy

View File

@ -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

View File

@ -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)

View File

@ -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