Browse Source

Avoid warning about missing fields in embedded_controllers array

git-svn-id: trunk@19577 -
pierre 13 years ago
parent
commit
fc9dd61f03
1 changed files with 4 additions and 0 deletions
  1. 4 0
      compiler/arm/cpuinfo.pas

+ 4 - 0
compiler/arm/cpuinfo.pas

@@ -202,6 +202,10 @@ Const
    );
    );
 
 
 
 
+    { We know that there are fields after sramsize
+      but we don't care about this warning }
+    {$WARN 3177 OFF}
+
    embedded_controllers : array [tcontrollertype] of tcontrollerdatatype =
    embedded_controllers : array [tcontrollertype] of tcontrollerdatatype =
    ((
    ((
    	controllertypestr:'';
    	controllertypestr:'';