• Davi Arnaut's avatar
    Bug#45288: pb2 returns a lot of compilation warnings on linux · 75447106
    Davi Arnaut authored
    Fix warnings related to the use of the deprecated gets() function
    and passing NULL to non-pointer argument of the sys_var constructor.
    
    plugin/auth/dialog.c:
      Do not use the deprecated gets() function.
    sql/sys_vars.h:
      Do not pass NULL to a non-pointer argument of the sys_var constructor.
    75447106
dialog.c 9.55 KB