mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0aff9d9d26
gcc8 added a -Wstringop-truncation warning that flags an issue in phy_common because we are copying a str to another str without explicitly saying it's null-terminated. we could turn off the warning using a pragma in the code but I guess it's safe to just null-terminate after copying manually [1] https://stackoverflow.com/questions/50198319/gcc-8-wstringop-truncation-what-is-the-good-practice |
5 years ago | |
---|---|---|
.. | ||
examples | 5 years ago | |
include | 5 years ago | |
src | 5 years ago | |
test | 5 years ago | |
CMakeLists.txt | 6 years ago |