SHA256
3
0
forked from pool/glibc
glibc/nscd-avoid-gcc-warning.diff
Andreas Jaeger aa6dfe41b1 Accepting request 90934 from openSUSE:Factory:ARM
- fix building with ports again:
  * ifuncs tracing backport requires adjustments
- avoid using asynchronous-unwind-tables only during configure,
  but still built the library with unwind tables enabled
- replace arm build hack with a proper solution
------------------------------------------------------------------
- armv8l architecture does not exist

OBS-URL: https://build.opensuse.org/request/show/90934
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=128
2011-11-10 14:05:53 +00:00

12 lines
146 B
Diff

--- nscd/connections.c
+++ nscd/connections.c
@@ -1717,6 +1717,8 @@
++nready;
}
/* NOTREACHED */
+ assert(0);
+ return 0;
}