Fix some GCC warnings

This was SVN commit r7067.
This commit is contained in:
Ykkrosh
2009-08-02 19:52:31 +00:00
parent 36e534fc22
commit c93db6d057
4 changed files with 8 additions and 4 deletions
@@ -277,7 +277,7 @@ JSBool JSI_Camera::construct( JSContext* cx, JSObject* UNUSED(obj),
JSObject* camera = JS_NewObject( cx, &JSI_Camera::JSI_class, NULL, NULL );
JSU_REQUIRE_PARAM_RANGE(0, 3);
JSU_REQUIRE_MAX_PARAMS(3);
Camera_Info* camera_info = 0;
switch(argc)
{