summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/ap/gen/putenv.c
AgeCommit message (Collapse)Author
2019-06-21Turn on warnings when building libap.Ori Bernstein
For ape, we never enabled warnings in cflags. Turning it on brings up a lot of warnings. Most are noise, but a few caught unused variables and trunctaions of pointers. to smaller integers (int, long). A few warnings remain.
2012-12-03ape: putenv, add file :)cinap_lenrek