layers: Change mem map error to warning
authorMichael Lentine <mlentine@google.com>
Fri, 10 Feb 2017 20:57:15 +0000 (14:57 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 13 Feb 2017 15:53:42 +0000 (08:53 -0700)
commit6a476470d16423d571778b603e53d953a6cc6d92
tree5a9e8d63f65a6d2faaa1361e6876b6b567d4a630
parentf6f11f18351395e24b53043b766b4802f526e252
layers: Change mem map error to warning

Currently the spec allows memory to be mapped regardless of format.
However, because the memory cannot be used by the device in a predicable
way unless the format is PREINITIALIZED or GENERAL we still need a
warning here.

Change-Id: Ie50b21c0840d97409e40d7f9187f34b9552050f2
layers/buffer_validation.cpp