Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 547662
Collapse All | Expand All

(-)cmocka-0.4.1.orig/include/cmocka.h (-1 / +5 lines)
Lines 49-55 Link Here
49
49
50
/* For those who are used to __func__ from gcc. */
50
/* For those who are used to __func__ from gcc. */
51
#ifndef __func__
51
#ifndef __func__
52
#define __func__ __FUNCTION__
52
# if __GNUC__ >= 5
53
#  define __func__ __extension__ __FUNCTION__
54
# else
55
#  define __func__ __FUNCTION__
56
# endif
53
#endif
57
#endif
54
58
55
/* GCC have printf type attribute check.  */
59
/* GCC have printf type attribute check.  */

Return to bug 547662