2
0
mirror of https://github.com/boostorg/dll.git synced 2026-02-18 14:02:16 +00:00

More compilation warnings enabled and made sure that we have fixed #4

This commit is contained in:
Antony Polukhin
2014-10-01 12:52:14 +04:00
parent 0422fb0a6e
commit 543d6d41cb
3 changed files with 5 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ public:
return 1.0;
}
float calculate(float x, float y) {
float calculate(float /*x*/, float /*y*/) {
return 0;
}
//->