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)
commit60a5b356c8369c5b304bff0adb6c39ee8d89b075
tree13557073d217b06681ac9d14211035722456532d
parent1e508c65344d1e24e8b3f953a864e270a22028ab
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