Skip to content
Snippets Groups Projects
  1. Jun 17, 2016
  2. Jun 10, 2016
  3. Jun 02, 2016
  4. Jun 01, 2016
  5. May 24, 2016
  6. May 20, 2016
  7. May 16, 2016
  8. May 12, 2016
  9. May 11, 2016
  10. May 05, 2016
  11. May 04, 2016
  12. Apr 29, 2016
  13. Apr 27, 2016
  14. Apr 22, 2016
  15. Apr 21, 2016
  16. Apr 08, 2016
  17. Apr 06, 2016
  18. Apr 05, 2016
    • Jonathan Hanks's avatar
      Updating code to build with newer gcc (4.9.3) and get rid of warnings on newer libc. · c01668ff
      Jonathan Hanks authored
      Updated definition of channel_t to get rid of static variables in anonymous struct warnings.
      
      Added the proper defines (_DEFAULT_SOURCE) to get rid of libc's deprication warnings about _BSD_SOURCE.  This required
      minor code path changes replacing sigseg with sigaction.  The code was already in place, for the
      old potential cygwin port.
      
      Renamed an iteration counter to fix an issue in the nds build where there was variable shadowing.
      
      Updated printf strings for pointers to use %p.
      
      Fixed various pointer casting warnings.
      
      There are still some warnings in the src/gds build process with gcc 4.9.3, those will take more work.
      
      
      git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4170 6dcd42c9-f523-4c6d-aada-af552506706e
      c01668ff
  19. Apr 01, 2016
Loading