[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 7ae224: Avoid warning about deprecated <sys/timeb.h> heade...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: 7ae224b5ad73bf49759861cbb0b7b6eb0ef6fc7a
      https://github.com/csmith-project/csmith/commit/7ae224b5ad73bf49759861cbb0b7b6eb0ef6fc7a
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M src/platform.cpp

  Log Message:
  -----------
  Avoid warning about deprecated <sys/timeb.h> header.

On FreeBSD 10.3, including <sys/timeb.h> yields a compile-time
warning.  We don't actually need to include the header at all, on any
platform, because we don't call `ftime`.