Skip to content

Fix compilation with new gcc #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 18, 2022

  1. cast unused return to void

    should solve the warning of unused return value.
    niclas committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    7cc605c View commit details
    Browse the repository at this point in the history
  2. fix format-overflow error

    Reduced the number of characters for representing the size
    of a file to 23. That number was choosen so that up to
    999,999,999,999,999,999 bytes or ~999 pb can be
    represented including commata.
    niclas committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    1c8a6a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189d458 View commit details
    Browse the repository at this point in the history