1. 27 Jun, 2017 8 commits
  2. 21 May, 2017 1 commit
  3. 09 May, 2017 3 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
  4. 08 May, 2017 3 commits
  5. 07 May, 2017 2 commits
  6. 05 May, 2017 8 commits
  7. 21 Apr, 2017 1 commit
  8. 11 Apr, 2017 1 commit
  9. 27 Mar, 2017 1 commit
  10. 26 Mar, 2017 12 commits