1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jeremy Allison
b76c7b6132 r12855: Remove erroneous commenting out of valgrind fix.
Jeremy.
2007-10-10 11:06:05 -05:00
Jeremy Allison
c65b752604 r12043: It's amazing the warnings you find when compiling on a 64-bit
box with gcc4 and -O6...
Fix a bunch of C99 dereferencing type-punned pointer will break
strict-aliasing rules errors. Also added prs_int32 (not uint32...)
as it's needed in one place. Find places where prs_uint32 was being
used to marshall/unmarshall a time_t (a big no no on 64-bits).
More warning fixes to come.
Thanks to Volker for nudging me to compile like this.
Jeremy.
2007-10-10 11:05:42 -05:00
Jeremy Allison
fc9eca51e0 r11156: Remove valgrind disabling ifdef that got added by mistake.
Jeremy.
2007-10-10 11:05:03 -05:00
Jeremy Allison
d720867a78 r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
x86_64 box.
Jeremy.
2007-10-10 11:05:02 -05:00
Martin Pool
4bbddbfc6a Split "clobber" function and variables into its own file before it
grows too much larger.
-