Skip to content

Commit 5cbaaf4

Browse files
committed
#1 remove CLion IDE pragma.
1 parent 2c793c0 commit 5cbaaf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tcUnicodeHelper.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
#include "tcUnicodeHelper.h"
77

8-
#pragma clang diagnostic push
9-
#pragma ide diagnostic ignored "UnreachableCode"
10-
118
Coord UnicodeFontHandler::textExtents(const char *text, int *baseline, bool progMem) {
129
if(adaFont == nullptr) {
1310
baseline = 0;
@@ -203,5 +200,3 @@ void handleUtf8Drawing(void *data, uint32_t ch) {
203200
auto fontHandler = reinterpret_cast<UnicodeFontHandler *>(data);
204201
fontHandler->internalHandleUnicodeFont(ch);
205202
}
206-
207-
#pragma clang diagnostic pop

0 commit comments

Comments
 (0)