Skip to content
  • Simon Peyton Jones's avatar
    The parallel package has warnings · 918dcf83
    Simon Peyton Jones authored
    This patch suppresses them until they are fixed
    
    libraries/parallel/Control/Parallel/Strategies.hs:513:2: warning:
        Rule "parList/rseq" may never fire
          because ‘rseq’ might inline first
        Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘rseq’
    
    libraries/parallel/Control/Parallel/Strategies.hs:582:1: warning:
        Rule "evalBuffer/rseq" may never fire
          because ‘rseq’ might inline first
        Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘rseq’
    
    libraries/parallel/Control/Parallel/Strategies.hs:583:1: warning:
        Rule "parBuffer/rseq" may never fire
          because ‘rseq’ might inline first
        Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘rseq’
    918dcf83