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

make failed #14

Open
yslim0301 opened this issue Oct 22, 2024 · 0 comments
Open

make failed #14

yslim0301 opened this issue Oct 22, 2024 · 0 comments

Comments

@yslim0301
Copy link

C:/Users/yinsh/Downloads/w64devkit/x86_64-w64-mingw32/include/time.h:252:31: note: initializing argument 1 of 'time_t time(time_t*)'
252 | time_t __CRTDECL time(time_t _Time) __MINGW_ASM_CALL(_time64);
| ~~~~~~~~^~~~~
random.cpp: At global scope:
random.cpp:101:36: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
101 | void GetRandompattern(register int number, level array[], int nbit)
| ^~~~~~
random.cpp: In function 'void GetRandompattern(int, level
, int)':
random.cpp:103:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
103 | register int i, mask;
| ^
random.cpp:103:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
103 | register int i, mask;
| ^~~~
random.cpp: At global scope:
random.cpp:121:37: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
121 | void GetPRandompattern(register int number, level array[])
| ^~~~~~
random.cpp: In function 'void GetPRandompattern(int, level*)':
random.cpp:123:22: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
123 | register int i;
| ^
make: *** [makefile:85: random.o] Error 1

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