lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5415 Fix type


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5415 Fix type-conversion warnings in parser and lexer
Date: Mon, 24 Sep 2018 14:42:43 -0000

commit aa84b5db2a2313f4eed217736294eaa9a2a9fe38 (HEAD -> pushed/issue-5415-warnings-lexer-parser, origin/staging)
Author: Dan Eble address@hidden
Date: Sat Sep 8 14:52:03 2018 -0400

Issue 5415/2: lexer: move repeated code into a skip_chars() method

In passing, fix type-conversion warnings produced by g++ 8.0.1 on
x86_64.

commit 2ec8daced78ac5e40f8b38da38c0fb37296ea3bf
Author: Dan Eble address@hidden
Date: Sat Sep 8 09:44:19 2018 -0400

Issue 5415/1: fix some parsing type-conversion warnings
observed with g++ 8.0.1 on x86_64

1. Remove a condition in MYBACKUP that serves no current purpose.  The
compiler warned about using an enum in bool context.

2. Change the result of Keyword_table::lookup() from vsize to int.
The source data is an int and the caller was converting the vsize back
to int.  The compiler warned about the latter.

[issues:#5415] Fix type-conversion warnings in parser and lexer

Status: Fixed
Labels: Fixed_2_21_0
Created: Sat Sep 08, 2018 08:21 PM UTC by Dan Eble
Last Updated: Sun Sep 16, 2018 02:18 PM UTC
Owner: Dan Eble

Fix type-conversion warnings in parser and lexer

in two commits:

http://codereview.appspot.com/348990043


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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