Skip to content
  • Philipp Schafft's avatar
    Fix: Fixed compiler warnings · dc016bc0
    Philipp Schafft authored
    This fixes some compiler warnings. The code should be warning free
    if gcc with -Wall is used but for the following:
    {{{
    admin.c: In function 'command_manageauth':
    admin.c:790: warning: unused variable 'mountinfo'
    }}}
    This warning is due <role> migration. See #2123 for more details on
    this warning. Please test with care. closes 2063
    dc016bc0