keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Make the hiding of Print::write explicit #1

Closed algernon closed 7 years ago

algernon commented 8 years ago

To avoid a compiler warning (with -Woverloaded-virtual), mark Print::write as private in both BootKeyboard.h and MultiReport/Keyboard.h.

The original Print::write is not used anywhere, the intent is clearly to hide it. Let the compiler know that, too.