Skip to content

Commit fc5894b

Browse files
committed
Merge branch 'rj/sparse'
* rj/sparse: Revert "compat/unsetenv.c: Fix a sparse warning"
2 parents cb18246 + f1e2a48 commit fc5894b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compat/unsetenv.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
void gitunsetenv (const char *name)
44
{
5+
#if !defined(__MINGW32__)
6+
extern char **environ;
7+
#endif
58
int src, dst;
69
size_t nmln;
710

0 commit comments

Comments
 (0)