diff options
author | unknown <serg@janus.mylan> | 2007-10-12 16:17:18 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-10-12 16:17:18 +0200 |
commit | c780abfe40da423d06ac61461abe1be82a93cdac (patch) | |
tree | 07244256dd802c018e8b7e82a88765d96dda8fa1 /.cvsignore | |
parent | 58cd4a522dd84e4be3d6b8f4ab06635d7de7ef4f (diff) | |
download | mariadb-git-c780abfe40da423d06ac61461abe1be82a93cdac.tar.gz |
bugs/warnings fixed in lf_alloc-pin.c:
1. available_stack_size() was getting the direction wrong,
so alloca() was never used
2. (char*) casts added to kill "break strict-aliasing rules" warnings
3. s/node/node=0/ to kill "pointer casted to integer" warning
4. added volatiles as appropriate to prevent gcc from moving
assignment out of the loop
mysys/lf_alloc-pin.c:
bugs/warnings fixed:
1. available_stack_size() was getting the direction wrong,
so alloca() was never used
2. (char*) casts added to kill "break strict-aliasing rules" warnings
3. s/node/node=0/ to kill "pointer casted to integer" warning
4. added volatiles as appropriate to prevent gcc from moving
assignment out of the loop
Diffstat (limited to '.cvsignore')
0 files changed, 0 insertions, 0 deletions