Skip to content

Conversation

@mykhailo-kuchma
Copy link
Contributor

@mykhailo-kuchma mykhailo-kuchma commented Mar 25, 2020

Fix various warnings:

  • signed/unsigned compare
  • variable shadowing
  • assignment in conditional expression warning

Small code refactoring.

Relates-To: OLPEDGE-1728

Signed-off-by: Mykhailo Kuchma ext-mykhailo.kuchma@here.com

@codecov
Copy link

codecov bot commented Mar 25, 2020

Codecov Report

Merging #734 into master will increase coverage by 0.0%.
The diff coverage is 69.8%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #734   +/-   ##
======================================
  Coverage    78.0%   78.0%           
======================================
  Files         286     286           
  Lines        9371    9378    +7     
======================================
+ Hits         7306    7313    +7     
  Misses       2065    2065           
Impacted Files Coverage Δ
...k-authentication/src/AuthenticationCredentials.cpp 84.2% <ø> (ø)
.../olp/core/generated/serializer/SerializerWrapper.h 89.5% <ø> (ø)
...-dataservice-read/src/VersionedLayerClientImpl.cpp 92.3% <0.0%> (ø)
...-dataservice-write/src/VolatileLayerClientImpl.cpp 41.0% <ø> (ø)
...erated/serializer/UpdateIndexRequestSerializer.cpp 75.0% <69.6%> (ø)
...e/src/generated/serializer/IndexInfoSerializer.cpp 70.5% <72.7%> (-0.3%) ⬇️
olp-cpp-sdk-authentication/src/BaseResult.cpp 94.1% <100.0%> (ø)
...re/include/olp/core/client/CancellationContext.inl 92.6% <0.0%> (+7.4%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6605ff...d0402ef. Read the comment docs.

Copy link
Contributor

@andescu andescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message friendly reminder :)

@mykhailo-kuchma mykhailo-kuchma force-pushed the task/olpedge-1728-windows branch from c7d0ed1 to 2fec203 Compare March 25, 2020 10:40
@mykhailo-kuchma mykhailo-kuchma requested a review from andescu March 25, 2020 11:49
Fix various warnings:
 * signed/unsigned compare
 * variable shadowing
 * assignment in conditional expression warning

Small code refactoring.

Relates-To: OLPEDGE-1728

Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
@mykhailo-kuchma mykhailo-kuchma force-pushed the task/olpedge-1728-windows branch from 2fec203 to d0402ef Compare March 25, 2020 13:14
@mykhailo-kuchma mykhailo-kuchma changed the title Fix some of the windows warnings Fix various warnings on windows Mar 25, 2020
@mykhailo-kuchma mykhailo-kuchma merged commit cf37152 into master Mar 26, 2020
@mykhailo-kuchma mykhailo-kuchma deleted the task/olpedge-1728-windows branch March 26, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants