Skip to content

Commit 0b36cb2

Browse files
committed
fix build
1 parent 2a48d0e commit 0b36cb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/library/yql/sql/pg/optimizer.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818

1919
extern "C" {
2020
Y_PRAGMA_DIAGNOSTIC_PUSH
21+
#ifdef _win_
22+
Y_PRAGMA("GCC diagnostic ignored \"-Wshift-count-overflow\"")
23+
#endif
2124
Y_PRAGMA("GCC diagnostic ignored \"-Wunused-parameter\"")
2225
#include "postgres.h"
2326
#include "miscadmin.h"

0 commit comments

Comments
 (0)