Bug 1650335 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Those files shouldn't have the `-std=c++17` attribute passed to the `command` in `compile_commands.json`, probably they should have `-std=gnu99` like the rest of the `c` files.
Those files shouldn't have the `-std=c++17` attribute passed to the `command` in `compile_commands.json`, probably they should have `-std=gnu99` like the rest of the `c` files. Probably they must be set in the `moz.build` directory, something like `CFLAGS += ['-std=gnu99']`?

Back to Bug 1650335 Comment 1