Skip to content

Commit

Permalink
layers: Cleanup build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-lunarg committed Sep 10, 2018
1 parent 05849c4 commit 66f757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/core_validation_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static bool IsAcquireOp(const COMMAND_POOL_NODE *pool, const Barrier *barrier) {
return (assume_transfer || IsTransferOp(barrier)) && (pool->queueFamilyIndex == barrier->dstQueueFamilyIndex);
}

inline const bool IsSpecial(const uint32_t queue_family_index) {
inline bool IsSpecial(const uint32_t queue_family_index) {
return (queue_family_index == VK_QUEUE_FAMILY_EXTERNAL_KHR) || (queue_family_index == VK_QUEUE_FAMILY_FOREIGN_EXT);
}

Expand Down

0 comments on commit 66f757f

Please sign in to comment.