View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015837ParaView(No Category)public2015-11-16 11:212015-12-15 20:57
ReporterMathieu Westphal 
Assigned ToMathieu Westphal 
PrioritylowSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version5.0 
Summary0015837: Removing H5PartReader warnings
DescriptionRemoving H5PartReader warnings:

cc = gcc4.9.2

Warnings were :

H5Part.c:525:21:
 error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
  if ( f->nparticles == nparticles ) {
                     ^
H5Part.c:828:10: error:
variable ‘nelem’ set but not used [-Werror=unused-but-set-variable]
  hsize_t nelem;
          ^
H5PartErrors.h:19:16: error: logical not is only applied to the left hand side of comparison
[-Werror=logical-not-parentheses]
  if ( ! f->mode==H5PART_READ ) \
Steps To ReproduceCompile with Werror
TagsNo tags attached.
ProjectTBD
Topic Name
Typeusability
Attached Files

 Relationships

  Notes
(0035476)
Mathieu Westphal (developer)
2015-11-20 08:18

https://gitlab.kitware.com/paraview/paraview/merge_requests/483 [^]
(0035570)
Alan Scott (manager)
2015-12-15 20:57

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2015-11-16 11:21 Mathieu Westphal New Issue
2015-11-16 11:21 Mathieu Westphal Assigned To => Mathieu Westphal
2015-11-17 03:59 Mathieu Westphal Description Updated
2015-11-17 03:59 Mathieu Westphal Steps to Reproduce Updated
2015-11-20 08:18 Mathieu Westphal Note Added: 0035476
2015-11-20 08:18 Mathieu Westphal Status backlog => gatekeeper review
2015-11-20 08:18 Mathieu Westphal Resolution open => fixed
2015-12-11 14:57 Utkarsh Ayachit Status gatekeeper review => customer review
2015-12-11 14:57 Utkarsh Ayachit Fixed in Version => 5.0
2015-12-15 20:57 Alan Scott Note Added: 0035570
2015-12-15 20:57 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team