From 69c23b2126a8868b3d031b64e340bb891814a39a Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 20 Oct 2011 21:23:16 +0200 Subject: [PATCH] Silence warning about non-standard comma at the end of enum Change-Id: Iea14d05d3ce209d83ddf01a01ff94e17c6f11d86 Reviewed-by: Aaron Kennedy --- src/qml/qml/v8/qjsvalue_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/qml/v8/qjsvalue_p.h b/src/qml/qml/v8/qjsvalue_p.h index acfe958..099d53e 100644 --- a/src/qml/qml/v8/qjsvalue_p.h +++ b/src/qml/qml/v8/qjsvalue_p.h @@ -177,7 +177,7 @@ private: CBool, CNull, CUndefined, - JSValue = 0x2000, // V8 values are equal or higher then this value. + JSValue = 0x2000 // V8 values are equal or higher then this value. // JSPrimitive, // JSObject } m_state; -- 2.7.4