]> git.ozlabs.org Git - ppp.git/commit
Fixing main.c with regards to default GCC/CLANG compiler warnings
authorEivind Næss <eivnaes@yahoo.com>
Mon, 20 Sep 2021 16:29:21 +0000 (09:29 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Mon, 20 Sep 2021 16:29:21 +0000 (09:29 -0700)
commit6386d192442cac2fd58bc1f8111dabe84ce6baf5
treee6d3c862aca8a76885ec0f3402f9779931ba9ec4
parent7adcfc961d3ccb051da87cc95d76cd3344f00fb8
Fixing main.c with regards to default GCC/CLANG compiler warnings

This also incorporates the comments from @paulusmack.

Generally, fixes:
- Suppresed warnings w.r.t. unused results in signal handling and result from write()
- Unused results w.r.t. setuid/getuid/chdir

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/main.c