Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in y_inline, y_hooks, and y_timers #614

Open
Tiaansu opened this issue Sep 15, 2022 · 0 comments
Open

Problem in y_inline, y_hooks, and y_timers #614

Tiaansu opened this issue Sep 15, 2022 · 0 comments

Comments

@Tiaansu
Copy link

Tiaansu commented Sep 15, 2022

I get the following warning whenever I include y_inline and y_hooks

  • y_inline
    • YSI_Coding\y_inline\y_inline_impl.inc(1674) : warning 213: tag mismatch: expected tag none ("_"), but found "F@_@aai"
  • y_hooks
    • YSI_Coding\y_hooks\y_hooks_impl.inc(999) : warning 213: tag mismatch: expected tag none ("_"), but found "F@_@aaiii"

And when I use task in y_timers I get the warning: SetTimer(Ex): There was a problem in creating the timer, "public @yT_TestingTImer" doesn't exist in your script.

#include <YSI_Coding\y_timers>

task TestingTimer[1000]()
{
    // Code here
}

Note: I'm using the latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant