Apply r1.2 from our GCC 4.8 version of the same file:
Kill the "throw()" on a forward declaration for posix_memalign (it does not match our base declaration and may cause warnings).
This commit is contained in:
parent
c66b395b38
commit
a1f9624941
@ -31,7 +31,7 @@
|
||||
#ifndef __cplusplus
|
||||
extern int posix_memalign (void **, size_t, size_t);
|
||||
#else
|
||||
extern "C" int posix_memalign (void **, size_t, size_t) throw ();
|
||||
extern "C" int posix_memalign (void **, size_t, size_t);
|
||||
#endif
|
||||
|
||||
static __inline void *
|
||||
|
Loading…
Reference in New Issue
Block a user