diff options
author | Teddy Wing | 2018-11-21 09:20:28 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-21 09:20:28 +0100 |
commit | 13b03a4e78f0b0f211686882ce3aef8a194ab4b4 (patch) | |
tree | de39ec4af5194469c800159639aa24c385b2f9f4 /lib/DDHidLib | |
parent | ea96752ac0d14127be46858b009c06bb6c0d4d91 (diff) | |
download | DomeKey-13b03a4e78f0b0f211686882ce3aef8a194ab4b4.tar.bz2 |
Switch to a fork of DDHidLib
Corrects this warning:
DDHidLib/lib/DDHidQueue.m:27:9: warning: non-portable path
to file '"DDHidEvent.h"'; specified path differs in case from file name on disk
[-Wnonportable-include-path]
#import "DDHIdEvent.h"
^~~~~~~~~~~~~~
"DDHidEvent.h"
1 warning generated.
I had made the change locally a long time ago, but it's now committed
and published publicly.
Diffstat (limited to 'lib/DDHidLib')
m--------- | lib/DDHidLib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/DDHidLib b/lib/DDHidLib -Subproject 12dfe9df15b408673a0c1cfd81a9432a0de38a1 +Subproject 38ccb84af29fde593245541d794a17f0b87849a |