commit | 11d8c35e70a7f4876ffa7919032ed62fe16732cc | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Wed Sep 16 08:33:13 2020 -0700 |
committer | Alistair Delva <adelva@google.com> | Wed Sep 16 08:33:15 2020 -0700 |
tree | 4dcbc0b065f8c87be2251fcf09ce22da2eedf1d1 | |
parent | 79983270474d1a7ac38dcd238d41d901a4c34264 [diff] |
Warning fix for asg_context_create Seen on a full build: warning: unused function 'asg_context_create' [-Wunused-function] static struct asg_context asg_context_create( This warning is emitted because some files include address_space_graphics_types.h but do not use asg_context_create(). Make the function inline so the compiler ignores the issue. Change-Id: I0dfe155d50aa76e9fa0b36ba9f6e93ae0a05b3d3