File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131#include " src/python/pythonnoderesources.hpp"
3232#include " src/llm/servable.hpp"
3333
34+ #pragma warning(push)
35+ #pragma warning(disable : 4324 6001 6385 6386 6326 6011 4309 4005 4456 6246)
3436#include " mediapipe/framework/calculator_graph.h"
3537#include " mediapipe/framework/port/status.h"
38+ #pragma warning(pop)
3639
3740#include " graph_executor_constants.hpp"
3841#include " outputstreamobserver.hpp"
Original file line number Diff line number Diff line change 3030
3131#include " ../queue.hpp"
3232
33+ #pragma warning(push)
34+ #pragma warning(disable : 4324 6001 6385 6386 6326 6011 4309 4005 4456 6246)
35+ #pragma GCC diagnostic push
36+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
3337#include " mediapipe/framework/calculator_graph.h"
3438#include " mediapipe/framework/port/status.h"
39+ #pragma GCC diagnostic pop
40+ #pragma warning(pop)
3541
3642#include " graph_executor_constants.hpp"
3743#include " graph_side_packets.hpp"
You can’t perform that action at this time.
0 commit comments