• Show log

    Commit

  • Hash : c716b9f2
    Author : Edward Thomson
    Date : 2022-02-21T10:16:05

    odb: initialize `object` before use
    
    Newer gcc is complaining about `object` being potentially not
    initialized; initialize it.