Skip to content
  • Mike Hibler's avatar
    Move a little closer to being pedantic ansi: · ebc4c413
    Mike Hibler authored
    - add some missing casts
    - avoid void * arithmetic
    - change "q" printf formats to "ll"
    
    Still not there yet by any means.  Note that the version of the NTFS library
    we use won't compile with "-pedantic -ansi" so those are not part of the
    default CFLAGS.
    ebc4c413