Skip to content
  • Bastien Nocera's avatar
    thunderbolt: Fix compile-time warning · e7c90e1b
    Bastien Nocera authored and Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto committed
    The Thunderbolt panel warns about explicit_bzero() not being available
    but never checked for it.
    
    gnome-control-center/panels/thunderbolt/bolt-str.c: In function ‘bolt_erase_n’:
    gnome-control-center/panels/thunderbolt/bolt-str.c:33:4: warning: #warning no explicit bzero, using fallback [-Wcpp]
       #warning no explicit bzero, using fallback
        ^~~~~~~
    
    Closes: #286
    
    
    (cherry picked from commit cad5f982)
    e7c90e1b