argp-standalone: fix build error with gcc 5.2 (#20460)
[openwrt/.git] / package / libs / argp-standalone / patches / 002-no_optimize.patch
1 --- a/argp-fmtstream.h
2 +++ b/argp-fmtstream.h
3 @@ -192,7 +192,7 @@ extern void __argp_fmtstream_update (arg
4  extern int _argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
5  extern int __argp_fmtstream_ensure (argp_fmtstream_t __fs, size_t __amount);
6  \f
7 -#ifdef __OPTIMIZE__
8 +#if 0
9  /* Inline versions of above routines.  */
10  
11  #if !_LIBC