Netgear / wsdd2

WSD/LLMNR Discovery/Name Service Daemon
GNU General Public License v3.0
154 stars 33 forks source link

fix some int size warnings in DEBUG msgs #23

Closed paul-chambers closed 3 years ago

paul-chambers commented 3 years ago

(minor) fix some compiler warnings about %d being used to format size_t parameters (which are long ints). Added a couple of Code::Block artifacts to .gitignore.