File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2062,6 +2062,7 @@ macro(build_substrait)
20622062    # Missing dll-interface: 
20632063    list (APPEND  SUBSTRAIT_SUPPRESSED_FLAGS "/wd4251" )
20642064  else ()
2065+     # GH-44954: silence [[deprecated]] declarations in protobuf-generated code 
20652066    list (APPEND  SUBSTRAIT_SUPPRESSED_FLAGS "-Wno-deprecated" )
20662067    if (CMAKE_CXX_COMPILER_ID STREQUAL  "AppleClang"  OR  CMAKE_CXX_COMPILER_ID STREQUAL 
20672068                                                      "Clang" )
Original file line number Diff line number Diff line change 2929#include  " arrow/result.h" 
3030#include  " arrow/util/macros.h" 
3131
32+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3233ARROW_SUPPRESS_DEPRECATION_WARNING
3334#include  " substrait/algebra.pb.h" //  IWYU pragma: export
3435ARROW_UNSUPPRESS_DEPRECATION_WARNING
Original file line number Diff line number Diff line change 3030#include  " arrow/status.h" 
3131#include  " arrow/util/macros.h" 
3232
33+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3334ARROW_SUPPRESS_DEPRECATION_WARNING
3435#include  " substrait/extended_expression.pb.h" //  IWYU pragma: export
3536ARROW_UNSUPPRESS_DEPRECATION_WARNING
Original file line number Diff line number Diff line change 2929#include  " arrow/status.h" 
3030#include  " arrow/util/macros.h" 
3131
32+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3233ARROW_SUPPRESS_DEPRECATION_WARNING
3334#include  " substrait/plan.pb.h" //  IWYU pragma: export
3435ARROW_UNSUPPRESS_DEPRECATION_WARNING
Original file line number Diff line number Diff line change 3030#include  " arrow/result.h" 
3131#include  " arrow/util/macros.h" 
3232
33+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3334ARROW_SUPPRESS_DEPRECATION_WARNING
3435#include  " substrait/algebra.pb.h" //  IWYU pragma: export
3536ARROW_UNSUPPRESS_DEPRECATION_WARNING
Original file line number Diff line number Diff line change 3333#include  " arrow/type_fwd.h" 
3434#include  " arrow/util/macros.h" 
3535
36+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3637ARROW_SUPPRESS_DEPRECATION_WARNING
3738#include  " substrait/algebra.pb.h" //  IWYU pragma: export
3839ARROW_UNSUPPRESS_DEPRECATION_WARNING
Original file line number Diff line number Diff line change 2727#include  " arrow/util/macros.h" 
2828#include  " arrow/util/unreachable.h" 
2929
30+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
3031ARROW_SUPPRESS_DEPRECATION_WARNING
3132#include  " substrait/algebra.pb.h" //  IWYU pragma: export
3233#include  " substrait/plan.pb.h" //  IWYU pragma: export
Original file line number Diff line number Diff line change 1616
1717#include  " arrow/util/macros.h" 
1818
19+ //  GH-44954: silence [[deprecated]] declarations in protobuf-generated code
1920ARROW_SUPPRESS_DEPRECATION_WARNING
2021#include  " arrow/flight/sql/protocol_internal.h" 
2122
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments