Skip to content

Commit

Permalink
ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyanfei committed Mar 13, 2024
1 parent 30b07ce commit 457a94d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,9 @@ ifeq ($(PLATFORM), OS_OPENBSD)
WARNING_FLAGS += -Wno-unused-lambda-capture
endif

ifndef DISABLE_WARNING_AS_ERROR
WARNING_FLAGS += -Werror
endif
#ifndef DISABLE_WARNING_AS_ERROR
# WARNING_FLAGS += -Werror
#endif


ifdef LUA_PATH
Expand Down
2 changes: 1 addition & 1 deletion env/flink/jni_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).

#include <jni.h>
#include "jni.h"
#include "rocksdb/status.h"

namespace ROCKSDB_NAMESPACE {
Expand Down
2 changes: 1 addition & 1 deletion env/flink/jvm_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <cstddef>
#include <string>

#include <jni.h>
#include "jni.h"
#include "rocksdb/env.h"

namespace ROCKSDB_NAMESPACE {
Expand Down

0 comments on commit 457a94d

Please sign in to comment.