bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
4.08k stars 229 forks source link

Fix a compiler warning #912

Closed tleedjarv closed 1 year ago

tleedjarv commented 1 year ago

Fix a warning that is obviously incorrect at this location but will nevertheless cause problems with -Werror and simply pollute the build logs.

./lwt/lwt_unix_stubs.c:409:13: warning: "callback" is deprecated: use "caml_callback" instead
  409 | CAMLprim value init_lwt (value callback) {
gdt commented 1 year ago

This is minor enough that I'm going to merge it during the 1-week hold for emergency fixes.