nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

build failed 17th Jan 2022 #242

Open shubha07m opened 2 years ago

shubha07m commented 2 years ago

The build command failed due to below error:

./src/lte/model/lte-rlc-um.cc:173:12: error: variable 'dataFieldTotalSize' set but not used [-Werror,-Wunused-but-set-variable] uint32_t dataFieldTotalSize = 0

Below is the snapshot:

Screenshot by Snip My at Jun 17, 2022 at 12:41:37 PM
shubha07m commented 2 years ago

Ref:

https://github.com/nyuwireless-unipd/ns3-mmwave/blob/master/src/lte/model/lte-rlc-um.cc

pagmatt commented 2 years ago

Hi, we will look into it. In the meantime, you can build disabling werror by using the argument --disable-werror