Skip to content
  • Brad King's avatar
    SystemTools: Fix conversion warning in test case · e08eee61
    Brad King authored
    ```
    testSystemTools.cxx:901:32: warning: comparison of integers of different
      signs: 'size_type' (aka 'unsigned long') and 'long' [-Wsign-compare]
        if (!result || line.size() != size) {
                       ~~~~~~~~~~~ ^  ~~~~
    ```
    e08eee61