stx_libview.st
branchdelegated_gc_jv
changeset 6616 9dad6d1245cc
parent 6566 949689795584
parent 6600 064c6984b004
child 6726 9f16fe1701f5
--- a/stx_libview.st	Thu Oct 09 00:05:21 2014 +0100
+++ b/stx_libview.st	Mon Nov 24 13:47:35 2014 +0000
@@ -125,7 +125,6 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:libbasic2'    "BooleanArray - referenced by Image>>floodFillAt:withValue: "
     )
 !
 
@@ -364,6 +363,10 @@
 
 stcOptimizationOptions
     ^ '+optinline +optinline2'
+!
+
+stcWarningOptions
+    ^ '-warnNonStandard -warnUnused'
 ! !
 
 !stx_libview class methodsFor:'description - contents'!
@@ -504,11 +507,11 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.73 2014-04-30 13:41:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.76 2014-11-18 14:26:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.73 2014-04-30 13:41:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.76 2014-11-18 14:26:53 cg Exp $'
 !
 
 version_HG