Commit 281a624
authored
Remove redundant lower-bound assert for parsing state (#205)
Some toolchains (e.g. IAR with warnings-as-errors) treat the enum range as constrained, so parsingState >= HTTP_PARSING_NONE (0) is always true and triggers a diagnostic.
Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>1 parent 3c4a583 commit 281a624
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1994 | 1994 | | |
1995 | 1995 | | |
1996 | 1996 | | |
1997 | | - | |
1998 | | - | |
| 1997 | + | |
1999 | 1998 | | |
2000 | 1999 | | |
2001 | 2000 | | |
| |||
0 commit comments