codereport / jsource

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

Misc removals #118

Closed hermabe closed 3 years ago

hermabe commented 3 years ago

This removes misc macros (most of them unused) and ARM NEON include.

-Wunused-macros was useful in finding unused macros. I added it to the warnings in the CMakeLists.txt, but not as an error. It seems to give some false positives, likely because it only checks the current build configuration.