Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
Source project has a limited visibility.
  • Brad King's avatar
    aebe4597
    XL: Restore suppression of infinite loop warning in process test · aebe4597
    Brad King authored
    Our use of the `-qsuppress=` flag to suppress this warning was removed
    by commit 51e95ba7 (XL: Fix compatibility with newer clang-based XL on
    Linux, 2017-04-28) because XL 13.1.[1-6] for Linux does not support the
    flag.  XL 16.1 restores support for the flag.  Restore our use of it for
    this version.  Suppress the warning on intermediate versions by blocking
    all warnings with `-w`.
    aebe4597
    History
    XL: Restore suppression of infinite loop warning in process test
    Brad King authored
    Our use of the `-qsuppress=` flag to suppress this warning was removed
    by commit 51e95ba7 (XL: Fix compatibility with newer clang-based XL on
    Linux, 2017-04-28) because XL 13.1.[1-6] for Linux does not support the
    flag.  XL 16.1 restores support for the flag.  Restore our use of it for
    this version.  Suppress the warning on intermediate versions by blocking
    all warnings with `-w`.