From 9a09aa8e09db5f6a44bbf8c0932757a1502db6fd 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(+) diff --git a/setup.py b/setup.py index 930e44d9..9e8ee2ad 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