Skip to content

Commit

Permalink
More suppressions yet
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 6, 2024
1 parent c6009fc commit 3523d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/flight/sql/protocol_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations

ARROW_SUPPRESS_DEPRECATION_WARNING
#include "arrow/flight/sql/protocol_internal.h"

// NOTE(lidavidm): Normally this is forbidden, but on Windows to get
// the dllexport/dllimport macro in the right places, we need to
// ensure our header gets included (and Protobuf will not insert the
// include for you)
#include "arrow/flight/sql/FlightSql.pb.cc" // NOLINT
ARROW_UNSUPPRESS_DEPRECATION_WARNING

0 comments on commit 3523d85

Please sign in to comment.