about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-19 17:46:07 -0500
committerJune McEnroe <june@causal.agency>2022-02-19 17:46:07 -0500
commit70f627bc47e944a63f32fcf60db73913845772c6 (patch)
treeb1021b8f7be211af8f0e9e960352df9f03711af6 /configure
parentFix edit.[ch] license notice additional permissions (diff)
downloadcatgirl-70f627bc47e944a63f32fcf60db73913845772c6.tar.gz
catgirl-70f627bc47e944a63f32fcf60db73913845772c6.zip
Enable -Wmissing-prototypes
In other words, warn when a function is missing static. I don't see
why this isn't in -Wextra.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
c/commit/bin/man1/hi.1?id=8110bc3af5c547b91cdd863c575b5a9c13f62b8e&follow=1'>Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe