Hi,
Today clone repository and make, but this step show error :
++ -g -O3 -Wall -std=c++0x -c -o MMDVMHost.o MMDVMHost.cpp
MMDVMHost.cpp: In member function ‘int CMMDVMHost::run()’:
MMDVMHost.cpp:165:24: warning: NULL used in arithmetic [-Wpointer-arith]
if (mmdvm_uid == NULL) {
^
MMDVMHost.cpp:171:24: warning: NULL used in arithmetic [-Wpointer-arith]
if (mmdvm_gid == NULL) {
^
I'm installing a raspberry, with the latest version of jezzy and all updated components.
Hi, Today clone repository and make, but this step show error :
++ -g -O3 -Wall -std=c++0x -c -o MMDVMHost.o MMDVMHost.cpp MMDVMHost.cpp: In member function ‘int CMMDVMHost::run()’: MMDVMHost.cpp:165:24: warning: NULL used in arithmetic [-Wpointer-arith] if (mmdvm_uid == NULL) { ^ MMDVMHost.cpp:171:24: warning: NULL used in arithmetic [-Wpointer-arith] if (mmdvm_gid == NULL) { ^ I'm installing a raspberry, with the latest version of jezzy and all updated components.
73