Browse Source

ublas changes for kylix.

[SVN r17019]
Jörg Walter 23 years ago
parent
commit
9fc632ab3a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      status/Jamfile

+ 6 - 0
status/Jamfile

@@ -305,6 +305,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
           [ run libs/numeric/ublas/test2/test2.cpp
                 libs/numeric/ublas/test2/test21.cpp
@@ -316,6 +317,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
           [ run libs/numeric/ublas/test3/test3.cpp
                 libs/numeric/ublas/test3/test31.cpp
@@ -327,6 +329,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
           [ run libs/numeric/ublas/test4/test4.cpp
                 libs/numeric/ublas/test4/test41.cpp
@@ -338,6 +341,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
           [ run libs/numeric/ublas/test5/test5.cpp
                 libs/numeric/ublas/test5/test51.cpp
@@ -360,6 +364,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
           [ run libs/numeric/ublas/concepts.cpp
             : # args
@@ -368,6 +373,7 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
 
               # borland warns so often that successful compilation is prevented.
                 <borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
+                <kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
           ]
         ;
 

粤ICP备19079148号