| Name |
Last commit
|
Last Update |
|---|---|---|
| cmake | ||
| data | ||
| examples | ||
| include | ||
| regex | ||
| rsrc | ||
| src | ||
| test | ||
| tools | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
| changelog | ||
| libcifpp.pc.in |
```
/home/msalinas/Documents/standalone-installations/cifParsers/libcifpp/src/pdb/cif2pdb.cpp: In function ‘std::tuple<int, int> cif::pdb::WriteCoordinatesForModel(std::ostream&, const cif::datablock&, const std::map<std::__cxx11::basic_string<char>, std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, std::set<std::__cxx11::basic_string<char> >&, int)’:
/home/msalinas/Documents/standalone-installations/cifParsers/libcifpp/src/pdb/cif2pdb.cpp:3362:15: warning: unused variable ‘pdbx_nonpoly_scheme’ [-Wunused-variable]
3362 | auto &pdbx_nonpoly_scheme = db["pdbx_nonpoly_scheme"];
|
```
This warning appeared while compiling the library. The use of that variable below has been commented, so I think it's appropiate to do the same thing with the unused variable.
| Name |
Last commit
|
Last Update |
|---|---|---|
| cmake | Loading commit data... | |
| data | Loading commit data... | |
| examples | Loading commit data... | |
| include | Loading commit data... | |
| regex | Loading commit data... | |
| rsrc | Loading commit data... | |
| src | Loading commit data... | |
| test | Loading commit data... | |
| tools | Loading commit data... | |
| .gitignore | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| LICENSE | Loading commit data... | |
| README.md | Loading commit data... | |
| changelog | Loading commit data... | |
| libcifpp.pc.in | Loading commit data... |