bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2168 in lilypond: Patch: Fix a few more warnings in clang


From: lilypond
Subject: Issue 2168 in lilypond: Patch: Fix a few more warnings in clang
Date: Mon, 02 Jan 2012 01:16:40 +0000

Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 2168 by address@hidden: Patch: Fix a few more warnings in clang
http://code.google.com/p/lilypond/issues/detail?id=2168

Fix a few more warnings in clang

Remove unnecessary std


Avoid implicit sign conversion: size_t vs. ssize_t


Avoid implicit sign change by doing it explicitly


Avoid deprecated access declarations

"According the ANSI/ISO Standard, the use of access declarations
is considered deprecated. Instead, you should use a using
declaration for that purpose"
  http://www.devx.com/tips/Tip/5707

http://codereview.appspot.com/5489131




reply via email to

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