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
After successfully compiling, when I run ./main --help, I get the following warning:
Flag initialize_lda is of type bool, but its default value is not a boolean.
NOTE: This will soon be a compilations error!main: Warning: SetUsageMessage() never called
The same warning pops up when running anything through main.
The text was updated successfully, but these errors were encountered:
After successfully compiling, when I run
./main --help
, I get the following warning:The same warning pops up when running anything through
main
.The text was updated successfully, but these errors were encountered: