loader: Remove warning on missing implicit layer
authorMark Young <marky@lunarg.com>
Mon, 7 Nov 2016 23:26:17 +0000 (16:26 -0700)
committerMark Young <marky@lunarg.com>
Mon, 7 Nov 2016 23:27:52 +0000 (16:27 -0700)
commitfd4f4f6916ead0b1f7b425f17b6b527b76e6fb61
treefb8ec8fe2e70f240a0b600f9dca84df9e8a5abba
parent92fa8d1f2ef01ddb77a81b0e867ab3b4159fbcfd
loader: Remove warning on missing implicit layer

If the Implicit Layer registry location was missing, validation
would throw a warning.  This is not correct behavior as many systems will
not have Implicit layers.  Modify so the warning/error is only thrown if
either a driver manifest path, or an explicit layer path.

Change-Id: Ideccc730e0b1c613c4cc58c5f64ae31ba19bc05c
loader/loader.c