diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-04 01:08:26 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-04 01:08:26 -0500 |
commit | 03ebf05e4f7646d4574acbc952b23976e4f8a175 (patch) | |
tree | b6dee89777ebfe3658bc091e4fd74682c042a5f9 /nslcd/nslcd.c | |
parent | 4477953aae80e03f881042d476ecc95d6b24ab5d (diff) |
get strict (-Wall -Werror -Wextra), clean up
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r-- | nslcd/nslcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index bc763eb..3c61bfb 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -210,7 +210,6 @@ static int get_socket() this function returns the read action in location pointer to by action */ static int read_header(TFILE *fp, int32_t *action) { - int32_t tmpint32; int32_t protocol; /* read the protocol version */ READ_INT32(fp, protocol); |