commented out unreferenced variables names to remove warnings when compiling.#98
commented out unreferenced variables names to remove warnings when compiling.#98iras wants to merge 1 commit into
Conversation
|
This file is generated by the Python script so this would need to be fixed to the Python script instead. For now I think it might be better simply to do |
|
Yes thank you, I'm aware of the Python script generating that code. It's a temporary fix, I just needed to clear out a flood of warnings I got while compiling with gcc in Ubuntu. |
|
@Stinkfist0 I'm also getting other warnings related to OCC. I have upgraded OCE to the latest (0.17.2) but that doesn't seem to have addressed the warnings which are listed below here. Thomas suggested to amend the CMakeLists file.
|
|
I have disabled warning spam leaking for external projects for MSVC case by case basis. If wanted, maybe we could not use -Wextra for GCC for now. I'm going to clean up these but it might take a day or two. |
|
Cleaning them up would be super! Thank you @Stinkfist0 |
|
The non-virtual destructor on But as @Stinkfist0 rightfully says, the unreferenced argument warnings really needs to be addressed here: |
|
OK, this pull request has been superseded by #99. Thanks @Stinkfist0. |
|
Thanks anyway :) |
No description provided.