Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused
debugToken_
in release mode (#3909)
## Summary This PR fixes a warning that `debugToken_` field is unused in release mode after #3745 which gets escalated to a compile error thanks to `-Werror`. ## Test plan Check if Example app compiles in release mode.
- Loading branch information