We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest julia master:
amd64/fenv.c:49:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int feclearexcept(int __excepts); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:97:1: note: previous definition is here feclearexcept(int __excepts) ^ amd64/fenv.c:50:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int fegetexceptflag(fexcept_t *__flagp, int __excepts); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:115:1: note: previous definition is here fegetexceptflag(fexcept_t *__flagp, int __excepts) ^ amd64/fenv.c:80:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int fetestexcept(int __excepts); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:130:1: note: previous definition is here fetestexcept(int __excepts) ^ amd64/fenv.c:81:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int fegetround(void); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:141:1: note: previous definition is here fegetround(void) ^ amd64/fenv.c:82:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int fesetround(int __round); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:156:1: note: previous definition is here fesetround(int __round) ^ amd64/fenv.c:113:15: warning: attribute declaration must precede definition [-Wignored-attributes] extern inline DLLEXPORT int fesetenv(const fenv_t *__envp); ^ /Users/kfischer/julia-clean/deps/openlibm/src/math_private.h:452:35: note: expanded from macro 'DLLEXPORT' #define DLLEXPORT __attribute__ ((visibility("default"))) ^ /Users/kfischer/julia-clean/deps/openlibm/amd64/fenv.h:181:1: note: previous definition is here fesetenv(const fenv_t *__envp) ^ 6 warnings generated.
The text was updated successfully, but these errors were encountered:
8b3b520
Revert "Fix #35"
c3b18b1
This reverts commit 8b3b520. This was causing dllexport-related errors on win64
Merge pull request #123 from JuliaLang/tk/dllexport
31335a9
No branches or pull requests
Latest julia master:
The text was updated successfully, but these errors were encountered: