[clinfo] 25/30: We're using C99

Andreas Beckmann anbe at moszumanska.debian.org
Tue Apr 28 12:53:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository clinfo.

commit 5665c86a76cda2b4f4a9976d7f2e0a523a19f7f4
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Fri Apr 3 09:06:50 2015 +0200

    We're using C99
    
    I'm not sure we _specifically_ depend on anything C99, but let's go with
    it.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4cdaf31..5c19c13 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ else
   LDLIBS=-lOpenCL
 endif
 
-CFLAGS+=-g -Wall -Wextra
+CFLAGS+=-std=c99 -g -Wall -Wextra
 
 clinfo:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git



More information about the Pkg-opencl-commits mailing list