[geary/geary-0.8] Vala 0.28 now warns about unused/unknown attributes: Bug #741077
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.8] Vala 0.28 now warns about unused/unknown attributes: Bug #741077
- Date: Sat, 20 Dec 2014 01:04:25 +0000 (UTC)
commit 06b7a65cb4f2edf9a02c54ae7341879f10061e3d
Author: Jim Nelson <jim yorba org>
Date: Wed Dec 3 11:50:03 2014 -0800
Vala 0.28 now warns about unused/unknown attributes: Bug #741077
src/engine/db/db-context.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/engine/db/db-context.vala b/src/engine/db/db-context.vala
index c642323..ca77834 100644
--- a/src/engine/db/db-context.vala
+++ b/src/engine/db/db-context.vala
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]