You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm using par_streamlines in my creative coding sketches and I noticed par_streamlines throws errors when compiling with cl.exe. It appears the errors are from the use of _attribute__((unused)) in 4 spots, lines: 837, 867, 983, and 1009. Commenting these out seems to allow me to compile the library with no issues.
I can submit a merge request if that will help!
The text was updated successfully, but these errors were encountered:
Hey, I'm using par_streamlines in my creative coding sketches and I noticed par_streamlines throws errors when compiling with cl.exe. It appears the errors are from the use of
_attribute__((unused))
in 4 spots, lines: 837, 867, 983, and 1009. Commenting these out seems to allow me to compile the library with no issues.I can submit a merge request if that will help!
The text was updated successfully, but these errors were encountered: