This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit] Build memmem with -Wno-error.
> I'm not sure whether this may break the build on older gcc's, but
> given --disable-werror, it's fine with me to give this a try.
I had a look at the documentation for older versions of GCC, up to
version 2.95.3, and all manuals say that for every -Wsomething, there
is the counter-part Wno-something. Unless there was an omission in
the implementation, I think that the sed adjustment should be fine.
--
Joel