1. 19 Oct, 2017 8 commits
    • Vasil Velichkov's avatar
      Fix one sign-compare error in OCTET_STRING.c · e56f4b24
      Vasil Velichkov authored
      OCTET_STRING.c:1896:46: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
      e56f4b24
    • Vasil Velichkov's avatar
      Fix sign-compare error in oer_support · e60e6f22
      Vasil Velichkov authored
      oer_support.c:38:22: error: comparison between signed and unsigned integer expressions [-Werror=s
      e60e6f22
    • Vasil Velichkov's avatar
      Fix sign-compare error in constr_SEQUENCE.c · c3e0019b
      Vasil Velichkov authored
      constr_SEQUENCE.c:1438:24: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
      c3e0019b
    • Vasil Velichkov's avatar
      Fix two strict-aliasing errors · 39ab82f3
      Vasil Velichkov authored
      NativeReal.c:366:13: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
      NativeReal.c:370:13: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
      39ab82f3
    • Vasil Velichkov's avatar
      Fix sign-compare errors · 6aac1c3c
      Vasil Velichkov authored
      BIT_STRING.c:494:45: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
      BIT_STRING.c:580:46: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
      6aac1c3c
    • Vasil Velichkov's avatar
      Disable -Wformat errors when compiling skeletongs · 12e91c9d
      Vasil Velichkov authored
      error: ISO C90 does not support the ‘z’ gnu_printf length modifier
      12e91c9d
    • Vasil Velichkov's avatar
      Install gcc-multilib in travis · 6cec1afb
      Vasil Velichkov authored
      This fixes the following error
      /usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
      6cec1afb
    • Vasil Velichkov's avatar
      Do not ignore the test errors in travis · d06dc092
      Vasil Velichkov authored
      From `man bash`
      The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.  If pipefail is enabled, the
      pipeline's return status is the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit success‐
      fully.
      
      - Do not tail the check output as the test log is now written in
        test-suit.log files
      - On failure display the whole content of every test-suite.log file found
        in the build directory and exit with 1
      d06dc092
  2. 18 Oct, 2017 15 commits
  3. 17 Oct, 2017 3 commits
  4. 16 Oct, 2017 1 commit
  5. 14 Oct, 2017 7 commits
  6. 13 Oct, 2017 2 commits
  7. 12 Oct, 2017 1 commit
  8. 11 Oct, 2017 1 commit
  9. 10 Oct, 2017 2 commits