1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/include
unknown bcb8188758 Implement --warning-mode in SETUP.sh. The value of the
argument can be either "pedantic" or "old" (actually, or anything
else). In case of "pedantic" mode, use -ansi -pedantic compilation
flags. Fix the build to compile in pedantic mode. (Version 3 of
the patch, with after-review fixes)


BUILD/SETUP.sh:
  Implement --warning-mode in SETUP.sh. The value of the
  argument can be either "pedantic" or "old" (actually, or anything
  else). In case of "pedantic" mode, use -ansi -pedantic compilation
  flags.
BUILD/compile-pentium-debug-max-no-embedded:
  Rename base_max_configs to base_no_embedded_configs
BUILD/compile-pentium-debug-max:
  Use double quotes around $@
BUILD/compile-pentium-valgrind-max:
  Pass command line arguments to SETUP.sh. Allows calling
  compile-pentium-valgrind-max --warning-mode=pedantic
include/my_global.h:
  Remove an unnecessary ifdef: -pedantic hides the system-wide
  definition of ulong on Linux. In case there is no -pedantic, 
  the system-wide definition is available and HAVE_ULONG is defined
  by configure.
2006-04-07 02:25:59 +04:00
..
2005-05-05 20:06:49 +05:00
2005-08-24 22:03:34 +03:00
2005-08-24 22:03:34 +03:00
2006-03-24 12:42:28 +04:00
2006-03-22 15:56:53 +01:00
2006-01-01 22:18:02 +01:00
2004-09-01 04:12:09 +03:00
2004-05-16 14:48:32 +03:00
2004-07-28 21:46:22 +02:00
2006-01-13 19:09:27 +03:00
2005-12-12 21:19:19 +01:00
2004-05-25 22:00:14 +03:00
2006-01-17 08:40:00 +01:00