Open shubha07m opened 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:
Ref:
https://github.com/nyuwireless-unipd/ns3-mmwave/blob/master/src/lte/model/lte-rlc-um.cc
Hi, we will look into it. In the meantime, you can build disabling werror by using the argument --disable-werror
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: