aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-06-28 12:12:57 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2017-07-14 22:57:49 +0200
commitd416bdac2fff5eed7cfa70499ff61c8b8a9ca7ce (patch)
treea80bd2acee5e59c7d97d14c1dae9c757898888b1 /init
parentdacee10ce244e3da9f2d1f0f43a3224ab9e5d26b (diff)
downloadbusybox-w32-d416bdac2fff5eed7cfa70499ff61c8b8a9ca7ce.tar.gz
busybox-w32-d416bdac2fff5eed7cfa70499ff61c8b8a9ca7ce.tar.bz2
busybox-w32-d416bdac2fff5eed7cfa70499ff61c8b8a9ca7ce.zip
win32/regex: fix compile warnings
There are plenty of warnings that were not detected in Git's source code, due to some warnings being turned off in Git's build by default (even with DEVELOPER=1). The warnings fall into three categories: - constants being tested via `#if <name>` instead of `#ifdef <name>` - unused function parameters - one instance of an unnecessarily-shadowing variable This patch fixes all of them. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions