diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-06-28 12:12:57 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-07-14 22:57:49 +0200 |
commit | d416bdac2fff5eed7cfa70499ff61c8b8a9ca7ce (patch) | |
tree | a80bd2acee5e59c7d97d14c1dae9c757898888b1 /init | |
parent | dacee10ce244e3da9f2d1f0f43a3224ab9e5d26b (diff) | |
download | busybox-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