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:
@@ -28,7 +28,7 @@ public:
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
float calculate(float x, float y) {
|
||||
float calculate(float /*x*/, float /*y*/) {
|
||||
return 0;
|
||||
}
|
||||
//->
|
||||
|
||||
Reference in New Issue
Block a user