Home
last modified time | relevance | path

Searched hist:cf515c3a (Results 1 – 22 of 22) sorted by relevance

/dragonfly/lib/libc/net/
H A Dnscachedcli.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgethostbydns.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgethostbyht.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgethostbynis.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgethostnamadr.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetnetbydns.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetnetbyht.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetnetbynis.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetnetnamadr.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetprotoent.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetservent.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
/dragonfly/lib/libc/rpc/
H A Drpc_soc.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dclnt_dg.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetrpcent.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
/dragonfly/lib/libc/citrus/
H A Dcitrus_prop.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
/dragonfly/lib/libc/stdio/
H A Dprintf-pos.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dxprintf_float.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dvfwscanf.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
/dragonfly/lib/libc/gen/
H A Dgetcap.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetgrent.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.
H A Dgetpwent.cdiff cf515c3a Mon Feb 09 23:36:18 GMT 2015 John Marino <draco@marino.st> libc: Silence a bunch of set-but-not-used errors found by gcc 5.0

During testing of upcoming base gcc 5.0, several libc files failed to
compile with -Werror set. This commit will silence the errors. For the
majority of these, I designed the variables as "__unused" so the compiler
knows that their (lack of) use is intentional. For the rest, I just
removed the variables completely.