gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-49


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-497-gdeb5b77
Date: Fri, 26 Apr 2013 22:09:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  deb5b77df4c072f03d605286ac5811012ecf622a (commit)
      from  7b54c7800b0a82a30a49a2ce8f166db1ffd13316 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=deb5b77df4c072f03d605286ac5811012ecf622a


commit deb5b77df4c072f03d605286ac5811012ecf622a
Author: Daniele Forsi <address@hidden>
Date:   Sat Apr 27 00:03:36 2013 +0200

    Fix compiler warning
    
    The ECHO macro is defined in termios.h which is included by compat.h
    Fixes:
    common/vcal.lx: In function 'yylex':
    common/vcal.lx:150:1: warning: statement with no effect [-Wunused-value]

diff --git a/common/vcal.lx b/common/vcal.lx
index 0a67258..08f9c11 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -24,6 +24,8 @@
 #define YY_DECL int yylex(char *type, char *text, char *meeting_location, char 
*desc, char *time, char *endtime, char *alarm, char *todo_priority, int 
lexnumber)
 int veventcounter = 0, vtodocounter = 0, alarmtone = 0;
 
+/* ECHO is defined in termios.h which is included by compat.h */
+#undef ECHO
 %}
 
 %x vcalendar

-----------------------------------------------------------------------

Summary of changes:
 common/vcal.lx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]