Skip to content

Commit

Permalink
Merge branch 'rj/sparse'
Browse files Browse the repository at this point in the history
* rj/sparse:
  Revert "compat/unsetenv.c: Fix a sparse warning"
  • Loading branch information
gitster committed Jul 25, 2013
2 parents cb18246 + f1e2a48 commit fc5894b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compat/unsetenv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

void gitunsetenv (const char *name)
{
#if !defined(__MINGW32__)
extern char **environ;
#endif
int src, dst;
size_t nmln;

Expand Down

0 comments on commit fc5894b

Please sign in to comment.