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
While investigating #2486 I had cause to look into the details of -std=c99. I was able to detecting a potential issue in ncgenl.c when compiling with -Werror=jump-misses-init. I am curious to see if correcting this potentially corrects the error observed by the Julia build team in #2486, which was resolved by removing "-std=c99" from their CFLAGS. It's a shot in the dark, but worth fixing/testing.
The text was updated successfully, but these errors were encountered:
While investigating #2486 I had cause to look into the details of
-std=c99
. I was able to detecting a potential issue inncgenl.c
when compiling with-Werror=jump-misses-init
. I am curious to see if correcting this potentially corrects the error observed by the Julia build team in #2486, which was resolved by removing "-std=c99" from theirCFLAGS
. It's a shot in the dark, but worth fixing/testing.The text was updated successfully, but these errors were encountered: