unxmacc.mk (33b74116) | unxmacc.mk (9e1bc291) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 128 unchanged lines hidden (view full) --- 137# -Wshadow does not work for C with nested uses of pthread_cleanup_push: 138# -Wshadow does not work for C++ as /usr/include/c++/4.0.0/ext/hashtable.h 139# l. 717 contains a declaration of __cur2 shadowing the declaration at l. 705, 140# in template code for which a #pragma gcc system_header would not work: 141CFLAGSWARNCC=-Wall -Wendif-labels 142CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 143CFLAGSWALLCC=$(CFLAGSWARNCC) 144CFLAGSWALLCXX=$(CFLAGSWARNCXX) | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 128 unchanged lines hidden (view full) --- 137# -Wshadow does not work for C with nested uses of pthread_cleanup_push: 138# -Wshadow does not work for C++ as /usr/include/c++/4.0.0/ext/hashtable.h 139# l. 717 contains a declaration of __cur2 shadowing the declaration at l. 705, 140# in template code for which a #pragma gcc system_header would not work: 141CFLAGSWARNCC=-Wall -Wendif-labels 142CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 143CFLAGSWALLCC=$(CFLAGSWARNCC) 144CFLAGSWALLCXX=$(CFLAGSWARNCXX) |
145CFLAGSWERRCC=-Werror | 145CFLAGSWERRCC=-Werror -Wno-error=deprecated |
146 147# All modules on this platform compile without warnings. 148# If you need to set MODULES_WITH_WARNINGS here, comment 149# COMPILER_WARN_ERRORS=TRUE here (see settings.mk): 150COMPILER_WARN_ERRORS=TRUE 151 152#special settings from environment 153CDEFS+=$(EXTRA_CDEFS) --- 92 unchanged lines hidden --- | 146 147# All modules on this platform compile without warnings. 148# If you need to set MODULES_WITH_WARNINGS here, comment 149# COMPILER_WARN_ERRORS=TRUE here (see settings.mk): 150COMPILER_WARN_ERRORS=TRUE 151 152#special settings from environment 153CDEFS+=$(EXTRA_CDEFS) --- 92 unchanged lines hidden --- |