DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.28k stars 3.15k forks source link

Remove non-functional list handling of compiler flags #851

Closed sbvoxel closed 2 months ago

sbvoxel commented 2 months ago

The list append operation is a no-op. The line right below it is already doing the intended work.

Alanscut commented 2 months ago

This was introduced with commit 76e5296d0d05ceb3018a9901639e0e171b44a557 The supported_compiler_flags do look like redundant.