We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105b13e commit 6b0bdcfCopy full SHA for 6b0bdcf
cpp/src/arrow/flight/sql/protocol_internal.cc
@@ -14,10 +14,12 @@
14
// KIND, either express or implied. See the License for the
15
// specific language governing permissions and limitations
16
17
+ARROW_SUPPRESS_DEPRECATION_WARNING
18
#include "arrow/flight/sql/protocol_internal.h"
19
20
// NOTE(lidavidm): Normally this is forbidden, but on Windows to get
21
// the dllexport/dllimport macro in the right places, we need to
22
// ensure our header gets included (and Protobuf will not insert the
23
// include for you)
24
#include "arrow/flight/sql/FlightSql.pb.cc" // NOLINT
25
+ARROW_UNSUPPRESS_DEPRECATION_WARNING
0 commit comments