Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2216)

Issue 353880043: C++ cleanup : get rid of some compilation warnings (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
5 years, 2 months ago by Valentin Villenave
Modified:
5 years, 2 months ago
Reviewers:
james.lowe, dak, lemzwerg, John Mandereau
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

C++ cleanup : get rid of some compilation warnings This is just a minor patch destined to get rid of most (non -Wconversion) compilation warnings. There’s still a -Wsequence-point warning about an undefined operation in page-turn-page-breaking.cc, but that one’s out of reach for me.

Patch Set 1 #

Patch Set 2 : Indentation #

Total comments: 4

Patch Set 3 : Use %zu; add warning for --relocate. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M lily/beam-quanting.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lily/main.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lily/multi-measure-rest.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/text-interface.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15
Valentin Villenave
Indentation
5 years, 2 months ago (2019-02-18 23:30:24 UTC) #1
dak
https://codereview.appspot.com/353880043/diff/2/lily/beam-quanting.cc File lily/beam-quanting.cc (right): https://codereview.appspot.com/353880043/diff/2/lily/beam-quanting.cc#newcode1039 lily/beam-quanting.cc:1039: string card = best->score_card_ + to_string (" c%d/%lu", completed, ...
5 years, 2 months ago (2019-02-19 12:55:11 UTC) #2
lemzwerg
https://codereview.appspot.com/353880043/diff/2/lily/main.cc File lily/main.cc (right): https://codereview.appspot.com/353880043/diff/2/lily/main.cc#newcode635 lily/main.cc:635: { }; // ignore option for backwards compatibility On ...
5 years, 2 months ago (2019-02-19 13:46:56 UTC) #3
dak
On 2019/02/19 13:46:56, lemzwerg wrote: > https://codereview.appspot.com/353880043/diff/2/lily/main.cc > File lily/main.cc (right): > > https://codereview.appspot.com/353880043/diff/2/lily/main.cc#newcode635 > ...
5 years, 2 months ago (2019-02-19 13:53:54 UTC) #4
lemzwerg
> Where do you see any action taken differently in reaction > to "recognizing" --relocate? ...
5 years, 2 months ago (2019-02-19 14:11:57 UTC) #5
Valentin Villenave
Use %zu; add warning for --relocate.
5 years, 2 months ago (2019-02-19 21:40:03 UTC) #6
Valentin Villenave
On 2019/02/19 21:40:03, Valentin Villenave wrote: > Use %zu; add warning for --relocate. BTW, if ...
5 years, 2 months ago (2019-02-19 21:42:45 UTC) #7
dak
v.villenave@gmail.com writes: > On 2019/02/19 21:40:03, Valentin Villenave wrote: >> Use %zu; add warning for ...
5 years, 2 months ago (2019-02-19 22:29:34 UTC) #8
Valentin Villenave
On 2019/02/19 22:29:34, dak wrote: > I get no warning there. You may need to ...
5 years, 2 months ago (2019-02-19 23:21:17 UTC) #9
dak
v.villenave@gmail.com writes: > On 2019/02/19 22:29:34, dak wrote: >> I get no warning there. > ...
5 years, 2 months ago (2019-02-19 23:44:40 UTC) #10
John Mandereau
v.villenave@gmail.com wrote: > page-turn-page-breaking.cc: In instantiation of 'bool is_break(T*) > [with > T = Grob]': ...
5 years, 2 months ago (2019-02-21 19:42:23 UTC) #11
dak
John Mandereau <john.mandereau@gmail.com> writes: > v.villenave@gmail.com wrote: > >> page-turn-page-breaking.cc: In instantiation of 'bool is_break(T*) ...
5 years, 2 months ago (2019-02-21 19:59:33 UTC) #12
John Mandereau
David Kastrup wrote: > Huh. Maybe the Ubuntu compilation of gcc/g++ disabled some warnings? > ...
5 years, 2 months ago (2019-02-21 23:04:30 UTC) #13
james.lowe_runbox.com
Hello, On Fri, 22 Feb 2019 00:04:27 +0100, John Mandereau <john.mandereau@gmail.com> wrote: > David Kastrup ...
5 years, 2 months ago (2019-02-22 08:41:51 UTC) #14
Valentin Villenave
5 years, 2 months ago (2019-02-25 16:39:55 UTC) #15
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b