Closed Tai-Wong closed 3 years ago
When I build the project, it exits with an error popping out
../src/lte/model/pf-ff-mac-scheduler.cc:1955:42: error: unused variable 'itRnti' [-Werror,-Wunused-variable] std::set ::iterator itRnti = rntiAllocated.find (itLogicalChannels->first.m_rnti); ^ 1 error generated.
And when I run the command: "./waf configure --enable-examples --enable-tests --disable-werror", I got another error "waf: error: no such option: --disable-Werror"
When I build the project, it exits with an error popping out
../src/lte/model/pf-ff-mac-scheduler.cc:1955:42: error: unused variable 'itRnti' [-Werror,-Wunused-variable] std::set::iterator itRnti = rntiAllocated.find (itLogicalChannels->first.m_rnti);
^
1 error generated.