mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
cd37b73fe5
Introduce a MySQL maintainer/developer mode that enables a set of warning options for the C/C++ compiler. This mode is intended to help improve the overall quality of the code. The warning options are: C_WARNINGS="-Wall -Wextra -Wunused -Wwrite-strings -Werror" CXX_WARNINGS="$C_WARNINGS -Wno-unused-parameter" Since -Wall is essentially a moving target, autoconf checks are not run with warning options enabled, in particualr -Werror. This decision might be revisited in the future. The patch also fixes a mistake in the makefiles, where automake CXXFLAGS would be set to CFLAGS. config/ac-macros/maintainer.m4: Add a set of default compiler flags used when in maintainer mode. configure.in: Hook into the maintainer mode. Disabled by default. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
db2i_blobCollection.cc | ||
db2i_blobCollection.h | ||
db2i_charsetSupport.cc | ||
db2i_charsetSupport.h | ||
db2i_collationSupport.cc | ||
db2i_collationSupport.h | ||
db2i_constraints.cc | ||
db2i_conversion.cc | ||
db2i_errors.cc | ||
db2i_errors.h | ||
db2i_file.cc | ||
db2i_file.h | ||
db2i_global.h | ||
db2i_iconv.h | ||
db2i_ileBridge.cc | ||
db2i_ileBridge.h | ||
db2i_ioBuffers.cc | ||
db2i_ioBuffers.h | ||
db2i_misc.h | ||
db2i_myconv.cc | ||
db2i_myconv.h | ||
db2i_rir.cc | ||
db2i_safeString.h | ||
db2i_sqlStatementStream.cc | ||
db2i_sqlStatementStream.h | ||
db2i_validatedPointer.h | ||
ha_ibmdb2i.cc | ||
ha_ibmdb2i.h | ||
Makefile.am | ||
plug.in |