mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 20:01:03 +00:00
cleanup unused macros var
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1984 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ea226170d3
commit
d56ecd0b47
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -214,7 +214,6 @@ if os.name == 'nt':
|
|||
# windows does not have unistd.h
|
||||
define_macros.append(('YY_NO_UNISTD_H', None))
|
||||
else:
|
||||
macros = []
|
||||
# for gcc 3.x we could add -std=gnu99 to get rid of warnings, but
|
||||
# that breaks other compilers
|
||||
extra_compile_args.append("-pedantic")
|
||||
|
|
|
|||
Loading…
Reference in a new issue