This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via e346b11a82b8f4851306b25e31a25b2dad532ea8 (commit) from aaab37cb397b77fa83eccd338da7b5ebab2dc49d (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e346b11a82b8f4851306b25e31a25b2dad532ea8 Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Fri Sep 11 13:34:14 2015 +0200
Revert "tgmath.h: disable builtins"
This reverts commit d1671548b968103f4df1b80659e60ae1fc5a67b3.
You get following errors while compiling freeswitch: awgn.c: In function 'awgn_init_dbov': awgn.c:110:5: error: void value not ignored as it ought to be s->rms = pow(10.0, level/20.0)*32768.0;
Reverting this commit allows to build the code.
-----------------------------------------------------------------------
Summary of changes: include/tgmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/tgmath.h b/include/tgmath.h index ce20d42..1dc3595 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -47,7 +47,7 @@
/* 1 if 'type' is a floating type, 0 if 'type' is an integer type. Allows for _Bool. Expands to an integer constant expression. */ -# if 0 /* __GNUC_PREREQ (3, 1) */ +# if __GNUC_PREREQ (3, 1) # define __floating_type(type) \ (__builtin_classify_type ((type) 0) == 8 \ || (__builtin_classify_type ((type) 0) == 9 \
hooks/post-receive