1. 02 Aug, 2017 12 commits
  2. 06 Jul, 2017 5 commits
  3. 05 Jul, 2017 5 commits
  4. 28 Jun, 2017 3 commits
  5. 27 Jun, 2017 9 commits
  6. 21 May, 2017 1 commit
  7. 09 May, 2017 4 commits
    • johvik's avatar
      Fix duplicate 'const' warnings · e70c4072
      johvik authored
      Since the typedef of asn_INTEGER_specifics_t also contains a const the
      compiler complained about:
      "warning: duplicate ‘const’ [-Wpedantic]"
      e70c4072
    • johvik's avatar
      Missing void in _new_stack() · 28268d9b
      johvik authored
      This removes the GCC warning:
      "warning: function declaration isn’t a prototype [-Wstrict-prototypes]"
      28268d9b
    • johvik's avatar
      Add (void) when st is unused · bd3dea9b
      johvik authored
      This is to get rid of the GCC warning:
      "warning: unused variable ‘st’ [-Wunused-variable]"
      bd3dea9b
    • johvik's avatar
      Add const to strings in skeletons/ · 5f619fb2
      johvik authored
      This removes the GCC warning:
      "warning: initialization discards ‘const’ qualifier from pointer
      target type [-Wdiscarded-qualifiers]"
      from BIT_STRING.c and ber_tlv_tag.c.
      5f619fb2
  8. 08 May, 2017 1 commit
    • Bi-Ruei, Chiu's avatar
      Temporarily remove 'make check' from .travis.yml · f1e29c8a
      Bi-Ruei, Chiu authored
      Travis CI failed due to weird reason :
      
        The log length has exceeded the limit of 4 MB \
        (this usually means that the test suite is raising \
        the same exception over and over).
      
        The job has been terminated
      
      A temporary solution is removing `make check` and
      only perform `make distcheck` to reduce log size.
      f1e29c8a