go-graphviz icon indicating copy to clipboard operation
go-graphviz copied to clipboard

C2x

Open vicky-sukarma opened this issue 2 years ago • 2 comments

vendor/github.com/goccy/go-graphviz/internal/ccall/dotgen/dotsplines.c:2310:13: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]

occur in mac os 13.3 and go version 1.18

vicky-sukarma avatar Apr 05 '23 07:04 vicky-sukarma

The project I'm using this library on worked around a month ago, but not anymore due to this error. Is there any workaround?

ringods avatar May 02 '23 12:05 ringods

I believe that the pg_query_go project had the same issue, with a seemingly simple fix.

davidovich avatar May 30 '23 18:05 davidovich