• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • Projects
  • Repositories
    • View all public repositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
David Young
  1. David Young

vchoi_fork

Vailin Choi
my_hdf5_fork
Public
Actions
  • Clone
  • Download

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Graphs
  • Branches
  • Network
  • Latest Activities

Commits

Quincey Koziol
ad39fcd6905
Quincey Koziol committed 208e59bab9711 Sep 2002
[svn-r5921] Purpose:
    Code cleanup

Description:
    Two of the parameters to H5S_select_hyperslab are defined as
    "const hsize_t foo[]", and then "foo" is assigned another value, which is
    technically against the C standard and is now causing problems for a user
    with a more strict compiler.

Solution:
    Changed "const hsize_t foo[]" to "const hsize_t *foo".

Platforms tested:
    FreeBSD 4.6 (sleipnir) - not a significant enough change to worry about
    multi-platform testing.

Changed files

  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v4.4.1
  • Documentation
  • Contact Support
  • Request a feature
  • About
  • Contact Atlassian
Atlassian