1. 04 4月, 2017 1 次提交
  2. 27 3月, 2017 1 次提交
  3. 08 6月, 2016 1 次提交
  4. 25 4月, 2014 1 次提交
  5. 25 3月, 2014 1 次提交
  6. 18 3月, 2014 1 次提交
  7. 08 10月, 2013 1 次提交
  8. 01 6月, 2013 1 次提交
  9. 21 5月, 2013 1 次提交
  10. 14 5月, 2013 1 次提交
    • E
      build: avoid shadowed variable in fdstreamtest · 84f3777a
      Eric Blake 提交于
      On RHEL 6.4 (gcc 4.4.7), I got:
      
      fdstreamtest.c: In function 'testFDStreamReadCommon':
      fdstreamtest.c:44: error: declaration of 'tmpfile' shadows a global declaration [-Wshadow]
      
      * tests/fdstreamtest.c (testFDStreamReadCommon)
      (testFDStreamWriteCommon): Rename 'tmpfile' variable.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      84f3777a
  11. 11 5月, 2013 1 次提交