This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 52c2602  avoid some GCC warnings in application builds.
52c2602 is described below

commit 52c2602c7b3648e29764b8f49803ee5c575a5d06
Author: greg-dove <[email protected]>
AuthorDate: Thu Oct 8 10:36:58 2020 +1300

    avoid some GCC warnings in application builds.
---
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3Array.as   | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3Boolean.as | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3Number.as  | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3Object.as  | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3String.as  | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3Vector.as  | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3int.as     | 2 +-
 .../src/main/royale/org/apache/royale/reflection/nativejs/AS3uint.as    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Array.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Array.as
index b661588..f3caad5 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Array.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Array.as
@@ -49,4 +49,4 @@ package org.apache.royale.reflection.nativejs {
         return ret;
     }
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Boolean.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Boolean.as
index 025658b..16bb546 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Boolean.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Boolean.as
@@ -46,4 +46,4 @@ package org.apache.royale.reflection.nativejs {
     
     }
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Number.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Number.as
index 0c7e58a..43a67b3 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Number.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Number.as
@@ -64,4 +64,4 @@ package org.apache.royale.reflection.nativejs {
     }
     
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Object.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Object.as
index c9b6009..370ba71 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Object.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Object.as
@@ -49,4 +49,4 @@ package org.apache.royale.reflection.nativejs {
         return ret;
     }
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3String.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3String.as
index 6022701..f45d474 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3String.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3String.as
@@ -50,4 +50,4 @@ package org.apache.royale.reflection.nativejs {
     
     }
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Vector.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Vector.as
index 86c7505..3193139 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Vector.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3Vector.as
@@ -67,4 +67,4 @@ package org.apache.royale.reflection.nativejs {
     
 }
 
-var singletons:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singletons:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3int.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3int.as
index eb3db26..0f6e6b3 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3int.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3int.as
@@ -50,4 +50,4 @@ package org.apache.royale.reflection.nativejs {
     }
     
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file
diff --git 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3uint.as
 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3uint.as
index eff8e45..869cec8 100644
--- 
a/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3uint.as
+++ 
b/frameworks/projects/Reflection/src/main/royale/org/apache/royale/reflection/nativejs/AS3uint.as
@@ -49,4 +49,4 @@ package org.apache.royale.reflection.nativejs {
     }
     
 }
-var singleton:Object = null; //the explicit assignment with null is necessary 
here
\ No newline at end of file
+var singleton:* = null; //the explicit assignment with null is necessary here
\ No newline at end of file

Reply via email to