Skip to content

Commit 6b0bdcf

Browse files
committed
More suppressions yet
1 parent 105b13e commit 6b0bdcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/arrow/flight/sql/protocol_internal.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
// KIND, either express or implied. See the License for the
1515
// specific language governing permissions and limitations
1616

17+
ARROW_SUPPRESS_DEPRECATION_WARNING
1718
#include "arrow/flight/sql/protocol_internal.h"
1819

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

0 commit comments

Comments
 (0)