[clinfo] 42/55: Warnings as errors

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:40:02 UTC 2018


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

anbe pushed a commit to branch master
in repository clinfo.

commit 9b9645f5be81c7265c4818373ac199ed63186b47
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Wed Oct 25 15:21:37 2017 +0200

    Warnings as errors
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1e33c47..1d5e9ce 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ HDR =	src/error.h \
 
 VPATH = src
 
-CFLAGS += -std=c99 -g -Wall -Wextra -pedantic
+CFLAGS += -std=c99 -g -Wall -Wextra -pedantic -Werror
 
 SPARSE ?= sparse
 SPARSEFLAGS=-Wsparse-all -Wno-decl

-- 
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