Vala 0.28 now warns about unused/unknown attributes: Bug #741077
This commit is contained in:
parent
b22682d2a2
commit
de59507b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public abstract class Geary.Db.Context : BaseObject {
|
|||
return Db.throw_on_error(this, method, result, raw);
|
||||
}
|
||||
|
||||
[PrintFormat]
|
||||
[PrintfFormat]
|
||||
protected void log(string fmt, ...) {
|
||||
if (!Logging.are_all_flags_set(Logging.Flag.SQL))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue