mariadb/extra
Tor Didriksen 85da8956e6 Bug #53445 Build with -Wall and fix warnings that it generates
Add -Wall to gcc/g++
Fix most warnings reported in dbg and opt mode.


cmd-line-utils/libedit/filecomplete.c:
  Remove unused auto variables.
configure.cmake:
  Add -Wall to gcc.
extra/comp_err.c:
  Cast to correct type.
extra/perror.c:
  Fix segfault (but warnings about deprecated features remain)
extra/yassl/taocrypt/include/runtime.hpp:
  Comparing two literals was reported as undefined behaviour.
include/my_global.h:
  Add a template for aligning character buffers.
mysys/lf_alloc-pin.c:
  Initialize pointer.
sql/mysqld.cc:
  Use UNINIT_VAR rather than LINT_INIT.
sql/partition_info.cc:
  Use UNINIT_VAR rather than LINT_INIT.
sql/rpl_handler.cc:
  Use char[] rather than unsigned long[] array for placement buffer.
sql/spatial.cc:
  Use char[] rather than unsigned void*[] array for placement buffer.
sql/spatial.h:
  Use char[] rather than unsigned void*[] array for placement buffer.
sql/sql_partition.cc:
  Initialize auto variable.
sql/sql_table.cc:
  Initialize auto variables.
  Add parens around assignment within if()
sql/sys_vars.cc:
  Use UNINIT_VAR.
storage/innobase/os/os0file.c:
  Init first slot in auto variable.
storage/myisam/mi_create.c:
  Use UNINIT_VAR rather than LINT_INIT.
storage/myisam/mi_open.c:
  Remove (wrong) casting.
storage/myisam/mi_page.c:
  Remove (wrong) casting.
storage/myisam/mi_search.c:
  Cast to uchar* rather than char*.
strings/ctype-ucs2.c:
  Use UNINIT_VAR rather than LINT_INIT.
  Add (uchar*) casting.
2010-05-26 16:12:23 +02:00
..
yassl Bug #53445 Build with -Wall and fix warnings that it generates 2010-05-26 16:12:23 +02:00
charset2html.c fixes for warnings and compile errors for the fix of bug 26243 2008-03-29 16:12:23 +02:00
CMakeLists.txt Install extremely useful program "replace" 2010-02-19 18:04:35 +01:00
comp_err.c Bug #53445 Build with -Wall and fix warnings that it generates 2010-05-26 16:12:23 +02:00
innochecksum.c Fix incorrect filename in verbose output of innochecksum. (Bug #44484, 2009-05-05 11:07:26 -07:00
Makefile.am Another incarnation of the patch for Bug#30708 2010-05-19 17:00:23 +04:00
my_print_defaults.c merging. 2009-11-17 15:27:40 +04:00
mysql_waitpid.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
perror.c Bug #53445 Build with -Wall and fix warnings that it generates 2010-05-26 16:12:23 +02:00
replace.c Backport of: 2009-11-24 16:54:59 +03:00
resolve_stack_dump.c Bug#41612: resolve_stack_dump does not decode 5.1 stack trace 2008-12-19 08:47:28 -02:00
resolveip.c Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build 2008-02-13 14:44:56 +01:00