diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-20 22:25:52 +0000 |
commit | 89087385fe1da642ff80d0558c72817c276f631b (patch) | |
tree | 2479dda70eb9a8690a594ee2232c5f0b35f0cf43 /source3/configure.developer | |
parent | e094a36a98db8299d7b2b21c8f8ee0ee97e57030 (diff) | |
download | samba-89087385fe1da642ff80d0558c72817c276f631b.tar.gz samba-89087385fe1da642ff80d0558c72817c276f631b.tar.bz2 samba-89087385fe1da642ff80d0558c72817c276f631b.zip |
dce/rpc. bug-fix in ipc.c (introduced today :)
(This used to be commit 48ff3e2429964404c8bf33ef625791147913a3c0)
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-x | source3/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.developer b/source3/configure.developer index 0898b87119..91fc5021d9 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual" +export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" ./configure |