Skip to content
Snippets Groups Projects
Forked from mlz / Frida
Source project has a limited visibility.
  • Wuttke, Joachim's avatar
    7882fa74
    removed size_t almost completely · 7882fa74
    Wuttke, Joachim authored
      rationale:
      - we accept that Frida will fail for array sizes > 2^15
      - we cannot exclude that complete conversion to size_t would
        cause underflow errors
    warning -Wno-sign-compare
    replace gsl_sort_index by new function triv::sorted_indices
    initialize a few variables to prevent warning
    
    result: no warnings from -pedantic, almost none from -Wall
    7882fa74
    History
    removed size_t almost completely
    Wuttke, Joachim authored
      rationale:
      - we accept that Frida will fail for array sizes > 2^15
      - we cannot exclude that complete conversion to size_t would
        cause underflow errors
    warning -Wno-sign-compare
    replace gsl_sort_index by new function triv::sorted_indices
    initialize a few variables to prevent warning
    
    result: no warnings from -pedantic, almost none from -Wall