opennars / OpenNARS-for-Applications

General reasoning component for applications based on NARS theory.
https://cis.temple.edu/~pwang/NARS-Intro.html
MIT License
89 stars 39 forks source link

SEMANTIC_INFERENCE_NAL_LEVEL 0 gives warning message at compilation #243

Open robert-johansson opened 1 year ago

robert-johansson commented 1 year ago

This warning is given when compiled with SEMANTIC_INFERENCE_NAL_LEVEL = 0

src/NAL.c:98:13: warning: unused function 'NAL_GenerateRule' [-Wunused-function] static void NAL_GenerateRule(char premise1, char premise2, char conclusion, char truthFunction, bool doublePremise, bool switchTruthArgs, bool VarIntro) ^ 1 warning generated.