codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Remove unused macro two_to_the_31 #161

Closed herwinw closed 3 years ago

herwinw commented 3 years ago

Thank you compiler for pointing that out ;)

[68/131] Building C object jsrc/CMakeFiles/j.dir/Debug/verbs/vrand.c.o
../jsrc/verbs/vrand.c:49: warning: macro "two_to_the_31" is not used [-Wunused-macros]
   49 | #define two_to_the_31 (0x80000000L)