```
/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 |
|---|---|---|
| .. | ||
| pdb | Loading commit data... | |
| atom_type.cpp | Loading commit data... | |
| category.cpp | Loading commit data... | |
| compound.cpp | Loading commit data... | |
| condition.cpp | Loading commit data... | |
| datablock.cpp | Loading commit data... | |
| dictionary_parser.cpp | Loading commit data... | |
| file.cpp | Loading commit data... | |
| item.cpp | Loading commit data... | |
| model.cpp | Loading commit data... | |
| parser.cpp | Loading commit data... | |
| point.cpp | Loading commit data... | |
| row.cpp | Loading commit data... | |
| symmetry.cpp | Loading commit data... | |
| symop-map-generator.cpp | Loading commit data... | |
| symop_table_data.hpp | Loading commit data... | |
| text.cpp | Loading commit data... | |
| utilities.cpp | Loading commit data... | |
| validate.cpp | Loading commit data... |