diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 13:31:52 -0400 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 13:33:47 -0400 |
commit | e52149944e0ceb78a8837daafbbfb571f9c6ccc0 (patch) | |
tree | 3405b2bdfa403108b7a8d103e4be65dde21b2b87 /examples | |
parent | cd2610e0fa1c6a90e8e4e4cfe06db1b474e752bb (diff) | |
download | icestorm-e52149944e0ceb78a8837daafbbfb571f9c6ccc0.tar.gz icestorm-e52149944e0ceb78a8837daafbbfb571f9c6ccc0.tar.bz2 icestorm-e52149944e0ceb78a8837daafbbfb571f9c6ccc0.zip |
icetime: avoid string + int Clang warning
Clang warns that "adding 'int' to a string does not append to the string".
Although a false positive it's trivially avoided by using the array index
equivalent &PREFIX[1].
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions