nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.36k stars 45 forks source link

Set language standard to GNU99 #35

Closed tymcauley closed 2 years ago

tymcauley commented 2 years ago

Resolves #34

Conni2461 commented 2 years ago

can we do this only for the library and not for the tests? I dont have time to deal with these issue right now

tymcauley commented 2 years ago

Looks like using GNU99 rather than C99 fixes building the test target (at least for me), but if that doesn't work in CI (or if you'd just prefer) then I can move the flag change into the build/$(TARGET) rule.

Conni2461 commented 2 years ago

thanks :) gnu99 is a good idea :) CI works here

tymcauley commented 2 years ago

Awesome, thank you!