mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-13 16:45:56 +00:00
Remove an attribute that has no effect
Bug: chromium:1195827 Change-Id: Ifba15d3510765496d1eff720f98b0b2731429980 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46780 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
dc5d7a1dd9
commit
cb0bdb3401
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
namespace dawn_wire {
|
namespace dawn_wire {
|
||||||
|
|
||||||
enum DAWN_NO_DISCARD class WireResult {
|
enum class WireResult {
|
||||||
Success,
|
Success,
|
||||||
FatalError,
|
FatalError,
|
||||||
};
|
};
|
||||||
@ -35,4 +35,4 @@ namespace dawn_wire {
|
|||||||
|
|
||||||
} // namespace dawn_wire
|
} // namespace dawn_wire
|
||||||
|
|
||||||
#endif // DAWNWIRE_WIRERESULT_H_
|
#endif // DAWNWIRE_WIRERESULT_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user