Skip to content

Commit

Permalink
Fix warnings in C++ test suite build
Browse files Browse the repository at this point in the history
Change-Id: I41b4b751284635957b08f1b1b4e9956fbbf61976
  • Loading branch information
pradeeptrgit committed Nov 19, 2020
1 parent 3b786bf commit 2cfd055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testcpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
BUILD_DIR := ../build
CONFIG_DIR := ../config
LIB_DIR := ../lib
INCLUDE_DIR := ../src/aocl_dtl ../src/base/flamec/include -I../config/x86_64-unknown-linux-gnu
INCLUDE_DIR := ../src/aocl_dtl -I../src/base/flamec/include -I../config/x86_64-unknown-linux-gnu
SRC_PATH := ../src
HOST := $(shell sh $(BUILD_DIR)/ac-utils/config.guess)
CONFIG_MK_FILE := $(CONFIG_DIR)/$(HOST)/config.mk
Expand Down
2 changes: 2 additions & 0 deletions testcpp/src/libflame_test.hh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ extern "C"{
#include "FLA_util_lapack_prototypes.h"
}

#ifndef FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES
#define FLA_ENABLE_EXTERNAL_LAPACK_INTERFACES
#endif

using namespace std;
typedef int FLA_Error;
Expand Down

0 comments on commit 2cfd055

Please sign in to comment.