Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complie error #6

Open
limlynn opened this issue Jan 8, 2021 · 0 comments
Open

Complie error #6

limlynn opened this issue Jan 8, 2021 · 0 comments

Comments

@limlynn
Copy link

limlynn commented Jan 8, 2021

I try to install IONN client in linux laptop under CPU-only mode.

My hardware and software :
hardware: Linux laptop (set CPU_ONLY := 1 in ) / Memory 4GB/
CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
software :
ubuntu 18.04 LTS 64-bit
cmake version 3.10.2

The error is below:

examples/partitioning/classification.cpp: In member function ‘void Classifier::SequentialClassifing(cv::Mat&)’:
examples/partitioning/classification.cpp:254:10: warning: unused variable ‘timechk’ [-Wunused-variable]
double timechk;
^~~~~~~
examples/partitioning/classification.cpp:255:10: warning: unused variable ‘timechk2’ [-Wunused-variable]
double timechk2;
^~~~~~~~
examples/partitioning/classification.cpp:257:17: warning: unused variable ‘finish’ [-Wunused-variable]
struct timeval finish;
^~~~~~
examples/partitioning/classification.cpp: In member function ‘void Classifier::IncrementalUploading()’:
examples/partitioning/classification.cpp:447:21: warning: unused variable ‘start2’ [-Wunused-variable]
struct timeval start2;
^~~~~~
examples/partitioning/classification.cpp:448:21: warning: unused variable ‘finish2’ [-Wunused-variable]
struct timeval finish2;
^~~~~~~
examples/partitioning/classification.cpp:329:11: warning: ‘prototxt_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int prototxt_end;
^~~~~~~~~~~~
examples/partitioning/classification.cpp:328:11: warning: ‘resume_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int resume_point;
^~~~~~~~~~~~
examples/partitioning/classification.cpp:327:11: warning: ‘offloading_point’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int offloading_point;
^~~~~~~~~~~~~~~~
CXX/LD -o .build_release/examples/partitioning/classification.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant