You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the issue you have?
When Compiling the lib with -Weffc++ & -Wshadow the compiler returns with error
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
Use gcc and compile the code
What is the expected behavior?
No errors are returned
And what is the actual behavior instead?
The lib doesn't compile with these switches
Which compiler and operating system are you using? Is it a supported compiler?
GCC 4.8.5 on a windows system compiling apps that are running under linux
Did you use a released version of the library or the version from the develop branch?
release
What is the issue you have?
When Compiling the lib with -Weffc++ & -Wshadow the compiler returns with error
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
Use gcc and compile the code
What is the expected behavior?
No errors are returned
And what is the actual behavior instead?
The lib doesn't compile with these switches
Which compiler and operating system are you using? Is it a supported compiler?
GCC 4.8.5 on a windows system compiling apps that are running under linux
Did you use a released version of the library or the version from the
develop
branch?release
If you experience a compilation error: can you compile and run the unit tests?
The text was updated successfully, but these errors were encountered: