mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Private: make.sh
This commit is contained in:
parent
63370215dd
commit
c98c14fef5
9
libraries/libmdb/make.sh
Executable file
9
libraries/libmdb/make.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
warning_filter() {
|
||||
egrep -v ': In function .*:$|: warning: (ISO C99 requires rest arguments to be used|format .*%p.* has type .*struct MDB_.*\*)'
|
||||
}
|
||||
|
||||
exit `{
|
||||
{ XCFLAGS="-std=c99 -pedantic" make "$@" 2>&1; echo $? >&3; } |
|
||||
warning_filter >&2
|
||||
} 3>&1`
|
Loading…
Reference in New Issue
Block a user