-
Notifications
You must be signed in to change notification settings - Fork 6
Fix the compilation warning messages #3
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestContribute to JTK and win exciting prizes through HacktoberfestContribute to JTK and win exciting prizes through Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestContribute to JTK and win exciting prizes through HacktoberfestContribute to JTK and win exciting prizes through Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
JTK was created to write a compiler for a language that I designing. It's been three years since I started working on the project. Given my schedule, I am not able to work on both Zen and JTK. For the most part, JTK seems to work fine. However, the compiler generates a plethora of warnings during compilation. I have disabled warnings in CMakeLists.txt file. It would be really helpful if someone could help me fix the warnings.