```
../../ctags/parsers/c.c: In function 'processToken':
../../ctags/parsers/c.c:2033:3: warning: case value '4294967295' not in
enumerated type 'keywordId {aka enum eKeywordId}' [-Wswitch]
case KEYWORD_NONE: processName (st); break;
^~~~
```
How scared should we be? that's a typical signed/unsigned issue, but hum.-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160#issuecomment-245716579
