[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs Makefile
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs Makefile |
Date: |
Fri, 21 Dec 2007 12:34:08 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 07/12/21 12:34:08
Modified files:
. : Makefile
Log message:
fixed compile warning on empty printf formats
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.23&r2=1.24
Patches:
Index: Makefile
===================================================================
RCS file: /cvsroot/qemacs/qemacs/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- Makefile 20 Dec 2007 21:37:34 -0000 1.23
+++ Makefile 21 Dec 2007 12:34:08 -0000 1.24
@@ -49,6 +49,8 @@
CONFIG_ALL_KMAPS=y
CFLAGS:= -Wall -g $(CFLAGS) -funsigned-char
+# do not warn about zero-length formats.
+CFLAGS+= -Wno-format-zero-length
-include cflags.mk