[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rockbox-cvs
Subject:    utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax
From:       gerrit () rockbox ! org
Date:       2013-11-25 12:50:47
Message-ID: 201311251250.rAPColZD024099 () giant ! haxx ! se
[Download RAW message or body]

commit 85578cdc4d441c7197c69ab68dfe7c293331e6c8
Author: Amaury Pouly <amaury.pouly@gmail.com>
Date:   Mon Nov 25 12:49:55 2013 +0000

    utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax
    
    Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0

diff --git a/utils/regtools/qeditor/std_analysers.cpp b/utils/regtools/qeditor/std_analysers.cpp
index 76ee070..aef45e7 100644
--- a/utils/regtools/qeditor/std_analysers.cpp
+++ b/utils/regtools/qeditor/std_analysers.cpp
@@ -693,7 +693,7 @@ void PinAnalyser::FillList()
 
     const char *package_type[8] =
     {
-        [0] = "bga169", [1] = "bga100", [2] = "lqfp100", [3] = "lqfp128",
+        "bga169", "bga100", "lqfp100", "lqfp128", 0, 0, 0, 0
     };
 
     if(!helper.ReadRegisterField("DIGCTL", "STATUS", "PACKAGE_TYPE", value))
_______________________________________________
rockbox-cvs mailing list
rockbox-cvs@cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic