From a3050bad8a8d77e541925c2a75b4d87ba6e05450 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 20 Mar 2014 19:35:56 +0100 Subject: Remove C89 warnings on build (no idea why this is appearing now) --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 59b11f51..92846610 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ from distutils.core import setup, Extension import os, sys module_poopt = Extension('poezio.poopt', + extra_compile_args=['-Wno-declaration-after-statement'], sources = ['src/pooptmodule.c']) -- cgit v1.2.3