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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-439-g563b79f
Date: Mon, 04 Mar 2013 18:15:10 +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  563b79f53042ad7050253826a2af2dda707291f9 (commit)
      from  1c81ea3225dc5090dc4ba521d1c439a6483dab90 (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=563b79f53042ad7050253826a2af2dda707291f9


commit 563b79f53042ad7050253826a2af2dda707291f9
Author: Daniele Forsi <address@hidden>
Date:   Mon Mar 4 19:11:58 2013 +0100

    Fix compilation warning
    
    input() would read the next character from the input stream but
    libgnokii only passes strings to (f)lex. See: info flex actions
    Fixes:
    ./vcal.lx: At top level:
    gnvcal.c:1469:16: warning: 'input' defined but not used [-Wunused-function]

diff --git a/common/vcal.lx b/common/vcal.lx
index 0ca0fba..48df389 100644
--- a/common/vcal.lx
+++ b/common/vcal.lx
@@ -24,6 +24,7 @@
 #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;
 
+#define YY_NO_INPUT
 %}
 
 %x vcalendar

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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