Snippets for scilab 2026.1.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/scilab/2026.1.0/150amd64-default.log.
-
../../modules/ast/includes/ast/dynlib_ast.h:29:31: warning: no newline at end of file [-Wnewline-eof] 29 | #endif /* !__DYNLIB_AST_H__ */ | ^ -
../../modules/ast/includes/system_env/lasterror.h:31:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 31 | EXTERN_AST void SetError(); | ^ | void -
../../modules/ast/includes/system_env/lasterror.h:32:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 32 | EXTERN_AST int isError(); | ^ | void -
../../modules/ast/includes/system_env/lasterror.h:33:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 33 | EXTERN_AST void resetError(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:37:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 37 | EXTERN_AST int getStartProcessing(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:38:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 38 | EXTERN_AST int getEndProcessing(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:53:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 53 | EXTERN_AST int isPrintInput(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:55:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 55 | EXTERN_AST int isPrintOutput(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:57:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 57 | EXTERN_AST int isPrintCompact(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:59:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 59 | EXTERN_AST int isPrintInteractive(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:78:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 78 | EXTERN_AST int getForceQuit(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:82:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 82 | typedef void (*dynlib_ptr)(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:85:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 85 | EXTERN_AST int isEnableDebug(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:86:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 86 | EXTERN_AST int isDebugInterrupted(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:89:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 89 | EXTERN_AST int isExecutionBreak(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:90:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 90 | EXTERN_AST void setExecutionBreak(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:91:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 91 | EXTERN_AST void resetExecutionBreak(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:96:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 96 | EXTERN_AST int getPolynomialDisplay(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:99:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 99 | EXTERN_AST int isAPIMode(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:100:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 100 | EXTERN_AST void setAPIMode(); | ^ | void -
../../modules/ast/includes/system_env/configvariable_interface.h:102:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 102 | EXTERN_AST int startSwingView(); | ^ | void -
./includes/diary.h:46:79: warning: no newline at end of file [-Wnewline-eof] 46 | /*--------------------------------------------------------------------------*/ | ^ -
src/c/sciprint_full.c:47:9: warning: unused variable 'count' [-Wunused-variable] 47 | int count = 0; | ^~~~~ -
src/c/errorTable.h:27:32: warning: no newline at end of file [-Wnewline-eof] 27 | #endif /* __ERROR_TABLE_H__ */ | ^ -
src/cpp/scilab_sprintf.cpp:6:39: warning: invalid UTF-8 in comment [-Winvalid-utf8] 6 | * Copyright (C) 2025 - Dassault Syst<E8>mes S.E. - Vincent COUVERT | ^ -
../../modules/ast/includes/types/bool.hxx:67:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 67 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/double.hxx:80:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 80 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/string.hxx:51:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 51 | virtual String* set(int _iPos, const wchar_t* _pwstData); | ^ -
../../modules/ast/includes/types/string.hxx:52:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 52 | virtual String* set(int _iRows, int _iCols, const wchar_t* _pwstData); | ^ -
../../modules/ast/includes/types/string.hxx:53:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 53 | virtual String* set(const wchar_t* const* _pwstData); | ^ -
../../modules/ast/includes/types/string.hxx:55:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 55 | virtual String* set(int _iPos, const char* _pcData); | ^ -
../../modules/ast/includes/types/string.hxx:56:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 56 | virtual String* set(int _iRows, int _iCols, const char* _pcData); | ^ -
../../modules/ast/includes/types/string.hxx:57:29: warning: 'types::String::set' hides overloaded virtual functions [-Woverloaded-virtual] 57 | virtual String* set(const char* const* _pstrData); | ^ -
../../modules/ast/includes/types/string.hxx:88:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 88 | bool isA(const std::wstring& type) | ^ -
src/cpp/scilab_sprintf.cpp:901:17: warning: unused function 'replace' [-Wunused-function] 901 | static wchar_t* replace(const wchar_t* s, const wchar_t* r, int pos, const wchar_t* token) | ^~~~~~~ -
../../modules/ast/includes/types/function.hxx:106:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 106 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/list.hxx:72:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 72 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/struct.hxx:82:33: warning: 'types::Struct::set' hides overloaded virtual function [-Woverloaded-virtual] 82 | Struct* set(int _iRows, int _iCols, const SingleStruct* _pIT); | ^ -
../../modules/ast/includes/types/struct.hxx:84:33: warning: 'types::Struct::set' hides overloaded virtual function [-Woverloaded-virtual] 84 | Struct* set(int _iIndex, const SingleStruct* _pIT); | ^ -
../../modules/ast/includes/types/struct.hxx:65:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 65 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/classdef.hxx:53:16: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 53 | ScilabType getType(void) { return ScilabClassdef; } | ^ -
../../modules/ast/includes/types/classdef.hxx:54:14: warning: 'getId' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 54 | ScilabId getId(void) { return IdClassdef; } | ^ -
../../modules/ast/includes/types/classdef.hxx:56:10: warning: 'isClassdef' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 56 | bool isClassdef() { return true; } | ^ -
../../modules/ast/includes/types/classdef.hxx:59:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 59 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/classdef.hxx:80:19: warning: 'clone' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 80 | InternalType* clone(void) | ^ -
../../modules/ast/includes/types/classdef.hxx:96:10: warning: 'isInvokable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 96 | bool isInvokable() const | ^ -
../../modules/ast/includes/types/classdef.hxx:101:10: warning: 'invoke' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 101 | bool invoke(typed_list& in, optional_list& opt, int _iRetCount, typed_list& out, const ast::Exp& e); | ^ -
../../modules/ast/includes/types/user.hxx:49:18: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 49 | virtual bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/object.hxx:73:13: warning: 'types::Object::insert' hides overloaded virtual function [-Woverloaded-virtual] 73 | Object* insert(typed_list* _pArgs, InternalType* _pSource, const ast::Exp& e); | ^ -
../../modules/ast/includes/types/object.hxx:28:16: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 28 | ScilabType getType(void) { return ScilabObject; } | ^ -
../../modules/ast/includes/types/object.hxx:29:14: warning: 'getId' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 29 | ScilabId getId(void) { return IdObject; } | ^ -
../../modules/ast/includes/types/object.hxx:31:10: warning: 'isObject' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 31 | bool isObject() { return true; } | ^ -
../../modules/ast/includes/types/object.hxx:32:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 32 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/object.hxx:53:10: warning: 'isAssignable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 53 | bool isAssignable() { return true; } | ^ -
../../modules/ast/includes/types/object.hxx:57:18: warning: 'hasGetFields' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 57 | virtual bool hasGetFields() { return true; } | ^ -
../../modules/ast/includes/types/object.hxx:60:21: warning: 'getFields' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 60 | virtual String* getFields(); | ^ -
../../modules/ast/includes/types/object.hxx:72:10: warning: 'extract' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 72 | bool extract(const std::wstring& name, InternalType*& out); | ^ -
../../modules/ast/includes/types/object.hxx:75:13: warning: 'clone' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 75 | Object* clone() | ^ -
../../modules/ast/includes/types/object.hxx:96:10: warning: 'getMemory' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 96 | bool getMemory(long long* _piSize, long long* _piSizePlusType); | ^ -
../../modules/ast/includes/types/macro.hxx:67:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 67 | bool isA(const std::wstring& type) | ^ -
../../modules/elementary_functions/includes/abs.h:24:23: warning: no newline at end of file [-Wnewline-eof] 24 | #endif /* __ABS_H__ */ | ^ -
../../modules/elementary_functions/includes/exp.h:25:23: warning: no newline at end of file [-Wnewline-eof] 25 | #endif /* __EXP_H__ */ | ^ -
../../modules/elementary_functions/includes/log.h:27:23: warning: no newline at end of file [-Wnewline-eof] 27 | #endif /* __LOG_H__ */ | ^ -
../../modules/elementary_functions/includes/pythag.h:22:26: warning: no newline at end of file [-Wnewline-eof] 22 | #endif /* __PYTHAG_H__ */ | ^ -
../../modules/elementary_functions/includes/tan.h:28:23: warning: no newline at end of file [-Wnewline-eof] 28 | #endif /* __TAN_H__ */ | ^ -
../../modules/elementary_functions/includes/sqrt.h:23:7: warning: no newline at end of file [-Wnewline-eof] 23 | #endif | ^ -
../../modules/elementary_functions/includes/sign.h:24:24: warning: no newline at end of file [-Wnewline-eof] 24 | #endif /* __SIGN_H__ */ | ^ -
../../modules/ast/includes/system_env/numericconstants_interface.h:19:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 19 | EXTERN_AST double nc_eps(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:20:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 20 | EXTERN_AST double nc_safe_min(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:21:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 21 | EXTERN_AST double nc_base(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:22:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 22 | EXTERN_AST double nc_eps_machine(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:23:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 23 | EXTERN_AST double nc_num_mantissa_digits(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:24:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 24 | EXTERN_AST double nc_rounded(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:25:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 25 | EXTERN_AST double nc_exp_min(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:26:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 26 | EXTERN_AST double nc_double_min(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:27:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 27 | EXTERN_AST double nc_exp_max(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:28:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 28 | EXTERN_AST double nc_double_max(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:29:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 29 | EXTERN_AST double nc_inf(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:30:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | EXTERN_AST double nc_neginf(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:31:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 31 | EXTERN_AST double nc_nan(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:34:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 34 | EXTERN_AST double C2F(nc_eps)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:35:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 35 | EXTERN_AST double C2F(nc_safe_min)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:36:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 36 | EXTERN_AST double C2F(nc_base)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:37:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 37 | EXTERN_AST double C2F(nc_eps_machine)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:38:46: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 38 | EXTERN_AST double C2F(nc_num_mantissa_digits)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:39:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | EXTERN_AST double C2F(nc_rounded)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:40:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 40 | EXTERN_AST double C2F(nc_exp_min)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:41:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 41 | EXTERN_AST double C2F(nc_double_min)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:42:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 42 | EXTERN_AST double C2F(nc_exp_max)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:43:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 43 | EXTERN_AST double C2F(nc_double_max)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:44:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 44 | EXTERN_AST double C2F(nc_inf)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:45:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 45 | EXTERN_AST double C2F(nc_neginf)(); | ^ | void -
../../modules/ast/includes/system_env/numericconstants_interface.h:46:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 46 | EXTERN_AST double C2F(nc_nan)(); | ^ | void -
../../modules/api_scilab/includes/api_stack_common.h:486:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 486 | SciErr sciErrInit(); | ^ | void -
../../modules/api_scilab/includes/api_stack_handle.h:87:35: warning: no newline at end of file [-Wnewline-eof] 87 | #endif /* !__STACK_HANDLE_API__ */ | ^ -
src/c/finite.c:23:2: warning: no newline at end of file [-Wnewline-eof] 23 | } | ^ -
./includes/abs.h:24:23: warning: no newline at end of file [-Wnewline-eof] 24 | #endif /* __ABS_H__ */ | ^ -
./includes/exp.h:25:23: warning: no newline at end of file [-Wnewline-eof] 25 | #endif /* __EXP_H__ */ | ^ -
./includes/log.h:27:23: warning: no newline at end of file [-Wnewline-eof] 27 | #endif /* __LOG_H__ */ | ^ -
./includes/pythag.h:22:26: warning: no newline at end of file [-Wnewline-eof] 22 | #endif /* __PYTHAG_H__ */ | ^ -
./includes/tan.h:28:23: warning: no newline at end of file [-Wnewline-eof] 28 | #endif /* __TAN_H__ */ | ^ -
./includes/sqrt.h:23:7: warning: no newline at end of file [-Wnewline-eof] 23 | #endif | ^ -
./includes/sign.h:24:24: warning: no newline at end of file [-Wnewline-eof] 24 | #endif /* __SIGN_H__ */ | ^ -
src/c/atan.c:260:2: warning: no newline at end of file [-Wnewline-eof] 260 | } | ^ -
src/c/cos.c:28:2: warning: no newline at end of file [-Wnewline-eof] 28 | } | ^ -
src/c/exp.c:27:2: warning: no newline at end of file [-Wnewline-eof] 27 | } | ^ -
src/c/expm.h:103:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 103 | extern int C2F(exch)(); | ^ | void -
src/c/expm.h:107:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 107 | extern int C2F(pade)(); | ^ | void -
src/c/expm.h:111:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 111 | extern int C2F(dgeco)(); | ^ | void -
src/c/expm.h:117:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 117 | extern int C2F(wexpm1)(); | ^ | void -
src/c/add_vector.c:48:2: warning: no newline at end of file [-Wnewline-eof] 48 | } | ^ -
../../modules/ast/includes/types/polynom.hxx:81:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 81 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/sparse.hxx:210:13: warning: 'types::Sparse::extract' hides overloaded virtual function [-Woverloaded-virtual] 210 | Sparse* extract(int _iSeqCount, int* _piSeqCoord, int* _piMaxDim, int* _piDimSize, bool _bAsVector) SPARSE_CONST; | ^ -
../../modules/ast/includes/types/sparse.hxx:555:17: warning: 'types::SparseBool::extract' hides overloaded virtual function [-Woverloaded-virtual] 555 | SparseBool* extract(int _iSeqCount, int* _piSeqCoord, int* _piMaxDim, int* _piDimSize, bool _bAsVector) SPARSE_CONST; | ^ -
../../modules/ast/includes/types/int.hxx:108:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 108 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/cell.hxx:81:25: warning: 'types::Cell::set' hides overloaded virtual function [-Woverloaded-virtual] 81 | Cell* set(int _iRows, int _iCols, const InternalType* _pIT); | ^ -
../../modules/ast/includes/types/cell.hxx:83:25: warning: 'types::Cell::set' hides overloaded virtual function [-Woverloaded-virtual] 83 | Cell* set(int _iIndex, const InternalType* _pIT); | ^ -
../../modules/ast/includes/types/cell.hxx:66:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 66 | bool isA(const std::wstring& type) | ^ -
src/c/createdirectory.c:111:79: warning: no newline at end of file [-Wnewline-eof] 111 | /*--------------------------------------------------------------------------*/ | ^ -
./includes/fprintfMat.h:41:79: warning: no newline at end of file [-Wnewline-eof] 41 | /*--------------------------------------------------------------------------*/ | ^ -
./includes/mclose.h:33:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 33 | FILEIO_IMPEXP int mcloseAll(); | ^ | void -
./includes/mclose.h:34:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 34 | FILEIO_IMPEXP int mcloseCurrentFile(); | ^ | void -
src/c/fprintfMat.c:270:79: warning: no newline at end of file [-Wnewline-eof] 270 | /*--------------------------------------------------------------------------*/ | ^ -
../../modules/ast/includes/system_env/sci_tmpdir.h:29:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 29 | EXTERN_AST wchar_t* computeTMPDIRW(); | ^ | void -
../../modules/ast/includes/system_env/sci_tmpdir.h:30:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | EXTERN_AST char* computeTMPDIR(); | ^ | void -
../../modules/ast/includes/system_env/sci_tmpdir.h:38:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 38 | EXTERN_AST void defineTMPDIR(); | ^ | void -
../../modules/ast/includes/system_env/sci_tmpdir.h:39:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | EXTERN_AST void clearTMPDIR(); | ^ | void -
../../modules/ast/includes/system_env/sci_tmpdir.h:41:29: warning: no newline at end of file [-Wnewline-eof] 41 | #endif // ! __SCI_TMPDIR_H__ | ^ -
../../modules/ast/includes/system_env/sci_home.h:27:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 27 | EXTERN_AST void defineSCIHOME(); | ^ | void -
src/c/dlManager.c:380:11: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 380 | res = curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); | ^ -
src/cpp/scilab_sscanf.cpp:750:9: warning: variable 'iNbr' set but not used [-Wunused-but-set-variable] 750 | int iNbr = 0; | ^ -
../../modules/ast/includes/system_env/home.h:30:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | EXTERN_AST wchar_t* computeHOMEW(); | ^ | void -
../../modules/ast/includes/system_env/home.h:31:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 31 | EXTERN_AST char* computeHOME(); | ^ | void -
../../modules/ast/includes/system_env/home.h:39:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 39 | EXTERN_AST void defineHOME(); | ^ | void -
sci_gateway/c/sci_copyfile.c:452:79: warning: no newline at end of file [-Wnewline-eof] 452 | /*--------------------------------------------------------------------------*/ | ^ -
../../modules/ast/includes/types/tlist.hxx:51:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 51 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/mlist.hxx:52:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 52 | bool isA(const std::wstring& type) | ^ -
sci_gateway/cpp/sci_mfscanf.cpp:52:31: warning: suggest braces around initialization of subobject [-Wmissing-braces] 52 | rec_entry buf[MAXSCAN] = {0}; | ^ | {} -
../../modules/ast/includes/types/macrofile.hxx:50:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 50 | bool isA(const std::wstring& type) | ^ -
../../modules/dynamic_link/includes/GetFunctionByName.h:22:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 22 | typedef void (*voidf)(); | ^ | void -
../../modules/console/includes/getKey.h:43:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 43 | int getTokenInteruptExecution(); | ^ | void -
../../modules/ast/includes/system_env/sci_path.h:29:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 29 | EXTERN_AST wchar_t* computeSCIW(); | ^ | void -
../../modules/ast/includes/system_env/sci_path.h:30:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | EXTERN_AST char* computeSCI(); | ^ | void -
../../modules/ast/includes/system_env/sci_path.h:38:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 38 | EXTERN_AST void defineSCI(); | ^ | void -
../../modules/ast/includes/system_env/sci_path.h:40:27: warning: no newline at end of file [-Wnewline-eof] 40 | #endif // ! __SCI_PATH_H__ | ^ -
src/c/getmemory.c:201:77: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'size_t' (aka 'unsigned long') [-Wint-conversion] 201 | sysctlbyname("vm.stats.vm.v_free_count", &avphys_pages, &oldlenp, NULL, NULL); | ^~~~ -
src/c/getmemory.c:210:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 210 | int getmemorysize() | ^ | void -
../../modules/core/includes/getversion.h:42:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 42 | int getScilabVersionMajor(); | ^ | void -
../../modules/core/includes/getversion.h:48:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 48 | int getScilabVersionMinor(); | ^ | void -
../../modules/core/includes/getversion.h:54:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 54 | int getScilabVersionMaintenance(); | ^ | void -
../../modules/core/includes/getversion.h:60:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 60 | int getScilabVersionTimestamp(); | ^ | void -
../../modules/core/includes/getversion.h:66:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 66 | char* getScilabVersionRevision(); | ^ | void -
../../modules/core/includes/getversion.h:72:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 72 | char* getScilabVersionNumberAsString(); | ^ | void -
src/c/freeArrayOfString.c:57:80: warning: no newline at end of file [-Wnewline-eof] 57 | /*---------------------------------------------------------------------------*/ | ^ -
src/c/getversion.c:103:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 103 | int getScilabVersionMajor() | ^ | void -
src/c/getversion.c:108:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 108 | int getScilabVersionMinor() | ^ | void -
src/c/getversion.c:113:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 113 | int getScilabVersionMaintenance() | ^ | void -
src/c/getversion.c:118:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 118 | int getScilabVersionTimestamp() | ^ | void -
src/c/getversion.c:123:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 123 | char* getScilabVersionRevision() | ^ | void -
src/c/getversion.c:128:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 128 | char* getScilabVersionNumberAsString() | ^ | void -
../../modules/history_manager/includes/HistoryManager.h:66:52: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 66 | HISTORY_MANAGER_IMPEXP BOOL saveScilabHistoryToFile(); | ^ | void -
src/c/saveCWDInPreferences.c:23:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 23 | void saveCWDInPreferences() | ^ | void -
../../modules/core/includes/setformat.h:20:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 20 | const char * getformat(); | ^ | void -
../../modules/core/includes/setformat.h:21:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 21 | int getformatwidth(); | ^ | void -
../../modules/core/includes/hasHandleType.h:19:36: warning: no newline at end of file [-Wnewline-eof] 19 | #endif /* !__HASHANDLETYPE_HXX__ */ | ^ -
../../modules/gui/includes/getHandleType.h:21:36: warning: no newline at end of file [-Wnewline-eof] 21 | #endif /* !__GETHANDLETYPE_HXX__ */ | ^ -
../../modules/core/includes/hasUIControlStyle.h:20:40: warning: no newline at end of file [-Wnewline-eof] 20 | #endif /* !__HASUICONTROLSTYLE_HXX__ */ | ^ -
../../modules/gui/includes/getUIStyle.h:21:33: warning: no newline at end of file [-Wnewline-eof] 21 | #endif /* !__GETUISTYLE_HXX__ */ | ^ -
../../modules/ast/includes/types/implicitlist.hxx:80:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 80 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/void.hxx:29:29: warning: 'clone' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 29 | Void* clone(); | ^ -
../../modules/ast/includes/types/void.hxx:31:29: warning: 'getType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 31 | inline ScilabType getType(void) | ^ -
../../modules/ast/includes/types/void.hxx:35:29: warning: 'getId' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 35 | inline ScilabId getId(void) | ^ -
../../modules/ast/includes/types/void.hxx:45:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 45 | bool isA(const std::wstring& type) | ^ -
../../modules/ast/includes/types/void.hxx:50:10: warning: 'whoAmI' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 50 | void whoAmI(); | ^ -
../../modules/ast/includes/types/void.hxx:52:29: warning: 'toString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 52 | bool toString(std::wostringstream& ostr); | ^ -
../../modules/ast/includes/types/void.hxx:55:29: warning: 'getTypeStr' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 55 | virtual std::wstring getTypeStr() const | ^ -
../../modules/ast/includes/types/void.hxx:60:29: warning: 'getShortTypeStr' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 60 | virtual std::wstring getShortTypeStr() const | ^ -
src/cpp/hash/crc32.cpp:315:19: warning: unused function 'swap' [-Wunused-function] 315 | inline uint32_t swap(uint32_t x) | ^~~~ -
src/cpp/hash/sha3.cpp:52:19: warning: unused function 'swap' [-Wunused-function] 52 | inline uint64_t swap(uint64_t x) | ^~~~ -
sci_gateway/cpp/sci_isglobal.cpp:31:33: warning: unused variable 'inIterator' [-Wunused-variable] 31 | types::typed_list::iterator inIterator; | ^~~~~~~~~~ -
../../modules/graphic_objects/includes/FigureList.h:30:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 30 | GRAPHIC_OBJECTS_IMPEXP int getValidDefaultFigureId(); | ^ | void -
../../modules/core/includes/InitScilab.h:44:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 44 | ScilabEngineInfo* InitScilabEngineInfo(); | ^ | void -
../../modules/threads/includes/Thread_Wrapper.h:92:47: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 92 | THREADS_IMPEXP __threadId __GetCurrentThreadId(); | ^ | void -
../../modules/threads/includes/Thread_Wrapper.h:94:49: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 94 | THREADS_IMPEXP __threadKey __GetCurrentThreadKey(); | ^ | void -
../../modules/console/includes/scilabRead.h:27:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 27 | CONSOLE_IMPEXP int scilabRead(); | ^ | void -
../../modules/core/includes/storeCommand.h:84:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 84 | void* GetCommand(); | ^ | void -
../../modules/ast/includes/types/graphichandle.hxx:42:10: warning: 'isA' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 42 | bool isA(const std::wstring& type) | ^ -
src/cpp/returnProperty.cpp:144:17: warning: cast to 'types::InternalType *' from smaller integer type 'int' [-Wint-to-pointer-cast] 144 | return ((types::InternalType*)*p); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
src/patched_sundials/src/arkode/arkode.c:142:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 142 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode.c:1766:37: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 1766 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_sprkstep.c:255:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 255 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_mristep.c:407:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 407 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_mristep.c:585:7: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 585 | MRIStepCoupling_Space(step_mem->MRIC, &Cliw, &Clrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep.c:3202:3: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3202 | MRIStepCoupling_Space(step_mem->MRIC, &Cliw, &Clrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep.c:4708:29: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 4708 | if (tmpl->ops->nvspace) { N_VSpace(tmpl, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_mristep_io.c:59:3: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 59 | MRIStepCoupling_Space(step_mem->MRIC, &Tliw, &Tlrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep_io.c:78:3: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 78 | MRIStepCoupling_Space(step_mem->MRIC, &Tliw, &Tlrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep_io.c:345:5: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 345 | MRIStepCoupling_Space(step_mem->MRIC, &Cleniw, &Clenrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep_io.c:439:3: warning: 'MRIStepCoupling_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 439 | MRIStepCoupling_Space(step_mem->MRIC, &Tliw, &Tlrw); | ^ -
src/patched_sundials/src/arkode/arkode_mristep_controller.c:137:10: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 137 | return SUNAdaptController_Space(MRICONTROL_C(C), lenrw, leniw); | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3330:14: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3330 | retval = SUNAdaptController_Space(ark_mem->hadapt_mem->hcontroller, &lenrw, | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3364:12: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3364 | retval = SUNAdaptController_Space(C, &lenrw, &leniw); | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3466:14: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3466 | retval = SUNAdaptController_Space(ark_mem->hadapt_mem->hcontroller, &lenrw, | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3627:12: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3627 | retval = SUNAdaptController_Space(C, &lenrw, &leniw); | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3669:14: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3669 | retval = SUNAdaptController_Space(ark_mem->hadapt_mem->hcontroller, &lenrw, | ^ -
src/patched_sundials/src/arkode/arkode_io.c:3712:12: warning: 'SUNAdaptController_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 3712 | retval = SUNAdaptController_Space(C, &lenrw, &leniw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep.c:245:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 245 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_erkstep.c:286:7: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 286 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep.c:1277:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 1277 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:68:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 68 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:88:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 88 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:126:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 126 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:144:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 144 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:297:5: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 297 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_erkstep_io.c:335:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 335 | ARKodeButcherTable_Space(step_mem->B, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_bbdpre.c:246:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 246 | N_VSpace(ark_mem->tempv1, &lrw1, &liw1); | ^ -
src/patched_sundials/src/arkode/arkode_bbdpre.c:252:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 252 | N_VSpace(pdata->rlocal, &lrw1, &liw1); | ^ -
src/patched_sundials/src/arkode/arkode_bbdpre.c:258:14: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 258 | retval = SUNMatSpace(pdata->savedJ, &lrw, &liw); | ^ -
src/patched_sundials/src/arkode/arkode_bbdpre.c:264:14: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 264 | retval = SUNMatSpace(pdata->savedP, &lrw, &liw); | ^ -
src/patched_sundials/src/arkode/arkode_bbdpre.c:270:14: warning: 'SUNLinSolSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 270 | retval = SUNLinSolSpace(pdata->LS, &lrw, &liw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep.c:370:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 370 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/arkode/arkode_arkstep.c:506:7: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 506 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep.c:514:7: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 514 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep.c:2582:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 2582 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep.c:2586:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 2586 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:207:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 207 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:213:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 213 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:314:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 314 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:318:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 318 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:357:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 357 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:363:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 363 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:717:5: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 717 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:725:5: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 725 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:768:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 768 | ARKodeButcherTable_Space(step_mem->Be, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/arkode/arkode_arkstep_io.c:774:3: warning: 'ARKodeButcherTable_Space' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 774 | ARKodeButcherTable_Space(step_mem->Bi, &Bliw, &Blrw); | ^ -
src/patched_sundials/src/cvodes/cvodes.c:762:35: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 762 | if (y0->ops->nvspace != NULL) { N_VSpace(y0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/cvodes/cvodes.c:1204:3: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 1204 | N_VSpace(yQ0, &lrw1Q, &liw1Q); | ^ -
src/patched_sundials/src/cvodes/cvodes_bbdpre.c:272:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 272 | N_VSpace(cv_mem->cv_tempv, &lrw1, &liw1); | ^ -
src/patched_sundials/src/cvodes/cvodes_bbdpre.c:278:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 278 | N_VSpace(pdata->rlocal, &lrw1, &liw1); | ^ -
src/patched_sundials/src/cvodes/cvodes_bbdpre.c:284:12: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 284 | flag = SUNMatSpace(pdata->savedJ, &lrw, &liw); | ^ -
src/patched_sundials/src/cvodes/cvodes_bbdpre.c:290:12: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 290 | flag = SUNMatSpace(pdata->savedP, &lrw, &liw); | ^ -
src/patched_sundials/src/cvodes/cvodes_bbdpre.c:296:12: warning: 'SUNLinSolSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 296 | flag = SUNLinSolSpace(pdata->LS, &lrw, &liw); | ^ -
src/patched_sundials/src/idas/idas.c:628:36: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 628 | if (yy0->ops->nvspace != NULL) { N_VSpace(yy0, &lrw1, &liw1); } | ^ -
src/patched_sundials/src/idas/idas.c:1052:3: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 1052 | N_VSpace(yQ0, &lrw1Q, &liw1Q); | ^ -
src/patched_sundials/src/idas/idas_bbdpre.c:277:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 277 | N_VSpace(IDA_mem->ida_tempv1, &lrw1, &liw1); | ^ -
src/patched_sundials/src/idas/idas_bbdpre.c:283:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 283 | N_VSpace(pdata->rlocal, &lrw1, &liw1); | ^ -
src/patched_sundials/src/idas/idas_bbdpre.c:289:12: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 289 | flag = SUNMatSpace(pdata->PP, &lrw, &liw); | ^ -
src/patched_sundials/src/idas/idas_bbdpre.c:295:12: warning: 'SUNLinSolSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 295 | flag = SUNLinSolSpace(pdata->LS, &lrw, &liw); | ^ -
src/patched_sundials/src/kinsol/kinsol.c:368:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 368 | N_VSpace(tmpl, &lrw1, &liw1); | ^ -
src/patched_sundials/src/kinsol/kinsol_bbdpre.c:251:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 251 | N_VSpace(kin_mem->kin_vtemp1, &lrw1, &liw1); | ^ -
src/patched_sundials/src/kinsol/kinsol_bbdpre.c:257:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 257 | N_VSpace(pdata->zlocal, &lrw1, &liw1); | ^ -
src/patched_sundials/src/kinsol/kinsol_bbdpre.c:263:5: warning: 'N_VSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 263 | N_VSpace(pdata->rlocal, &lrw1, &liw1); | ^ -
src/patched_sundials/src/kinsol/kinsol_bbdpre.c:269:12: warning: 'SUNMatSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 269 | flag = SUNMatSpace(pdata->PP, &lrw, &liw); | ^ -
src/patched_sundials/src/kinsol/kinsol_bbdpre.c:275:12: warning: 'SUNLinSolSpace' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 275 | flag = SUNLinSolSpace(pdata->LS, &lrw, &liw); | ^ -
src/patched_sundials/src/nvector/openmp/nvector_openmp.c:117:31: warning: 'N_VSpace_OpenMP' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 117 | v->ops->nvspace = N_VSpace_OpenMP; | ^ -
src/patched_sundials/src/nvector/serial/nvector_serial.c:97:31: warning: 'N_VSpace_Serial' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 97 | v->ops->nvspace = N_VSpace_Serial; | ^ -
src/patched_sundials/src/nvector/manyvector/nvector_manyvector.c:329:27: warning: 'N_VSpace_ManyVector' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 329 | v->ops->nvspace = N_VSpace_ManyVector; | ^ -
src/patched_sundials/src/sunadaptcontroller/imexgus/sunadaptcontroller_imexgus.c:80:26: warning: 'SUNAdaptController_Space_ImExGus' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 80 | C->ops->space = SUNAdaptController_Space_ImExGus; | ^ -
src/patched_sundials/src/sunadaptcontroller/mrihtol/sunadaptcontroller_mrihtol.c:86:29: warning: 'SUNAdaptController_Space_MRIHTol' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 86 | C->ops->space = SUNAdaptController_Space_MRIHTol; | ^ -
src/patched_sundials/src/sunadaptcontroller/soderlind/sunadaptcontroller_soderlind.c:92:26: warning: 'SUNAdaptController_Space_Soderlind' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 92 | C->ops->space = SUNAdaptController_Space_Soderlind; | ^ -
src/patched_sundials/src/sunlinsol/band/sunlinsol_band.c:83:24: warning: 'SUNLinSolSpace_Band' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 83 | S->ops->space = SUNLinSolSpace_Band; | ^ -
src/patched_sundials/src/sunlinsol/dense/sunlinsol_dense.c:79:24: warning: 'SUNLinSolSpace_Dense' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 79 | S->ops->space = SUNLinSolSpace_Dense; | ^ -
src/patched_sundials/src/sunlinsol/lapackband/sunlinsol_lapackband.c:94:24: warning: 'SUNLinSolSpace_LapackBand' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 94 | S->ops->space = SUNLinSolSpace_LapackBand; | ^ -
src/patched_sundials/src/sunlinsol/lapackdense/sunlinsol_lapackdense.c:95:24: warning: 'SUNLinSolSpace_LapackDense' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 95 | S->ops->space = SUNLinSolSpace_LapackDense; | ^ -
src/patched_sundials/src/sunlinsol/pcg/sunlinsol_pcg.c:85:31: warning: 'SUNLinSolSpace_PCG' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 85 | S->ops->space = SUNLinSolSpace_PCG; | ^ -
src/patched_sundials/src/sunlinsol/klu/sunlinsol_klu.c:88:24: warning: 'SUNLinSolSpace_KLU' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 88 | S->ops->space = SUNLinSolSpace_KLU; | ^ -
src/patched_sundials/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c:94:31: warning: 'SUNLinSolSpace_SPBCGS' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 94 | S->ops->space = SUNLinSolSpace_SPBCGS; | ^ -
src/patched_sundials/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c:94:31: warning: 'SUNLinSolSpace_SPFGMR' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 94 | S->ops->space = SUNLinSolSpace_SPFGMR; | ^ -
src/patched_sundials/src/sunlinsol/spgmr/sunlinsol_spgmr.c:92:31: warning: 'SUNLinSolSpace_SPGMR' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 92 | S->ops->space = SUNLinSolSpace_SPGMR; | ^ -
src/patched_sundials/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c:91:31: warning: 'SUNLinSolSpace_SPTFQMR' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 91 | S->ops->space = SUNLinSolSpace_SPTFQMR; | ^ -
src/patched_sundials/src/sunmatrix/band/sunmatrix_band.c:89:38: warning: 'SUNMatSpace_Band' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 89 | A->ops->space = SUNMatSpace_Band; | ^ -
src/patched_sundials/src/sunmatrix/dense/sunmatrix_dense.c:73:38: warning: 'SUNMatSpace_Dense' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 73 | A->ops->space = SUNMatSpace_Dense; | ^ -
src/patched_sundials/src/sunmatrix/sparse/sunmatrix_sparse.c:93:38: warning: 'SUNMatSpace_Sparse' is deprecated: Work space functions will be removed in version 8.0.0 [-Wdeprecated-declarations] 93 | A->ops->space = SUNMatSpace_Sparse; | ^ -
/usr/local/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable] 273 | Index count = 0; | ^ -
/usr/local/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable] 78 | Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree | ^ -
/usr/local/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable] 79 | Index nsuper_et = 0; // Number of relaxed snodes in the original etree | ^ -
./includes/common_structure.h:151:37: warning: no newline at end of file [-Wnewline-eof] 151 | #endif /* !__COMMOM_STRUCTURE_H__ */ | ^ -
./includes/KINSOLManager.hxx:188:14: warning: private field 'm_incStat' is not used [-Wunused-private-field] 188 | long int m_incStat[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; | ^ -
src/c/v2cuniterror.h:36:79: warning: no newline at end of file [-Wnewline-eof] 36 | /*--------------------------------------------------------------------------*/ | ^ -
../../modules/ast/includes/ast/deserializervisitor.hxx:28:20: warning: private field 'initial_buf' is not used [-Wunused-private-field] 28 | unsigned char *initial_buf; | ^ -
./includes/svd.h:42:24: warning: no newline at end of file [-Wnewline-eof] 42 | #endif /* !__SVD_H__ */ | ^ -
./includes/rcond.h:38:26: warning: no newline at end of file [-Wnewline-eof] 38 | #endif /* !__RCOND_H__ */ | ^ -
./includes/setgetlanguage.h:105:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 105 | const char * getdefaultlanguage(); | ^ | void -
src/cpp/find_polynomial_roots_jenkins_traub.cc:61:21: warning: unused variable 'mult_eps' [-Wunused-const-variable] 61 | static const double mult_eps = std::numeric_limits<double>::epsilon(); | ^~~~~~~~ -
src/cpp/find_polynomial_roots_jenkins_traub.cc:62:21: warning: unused variable 'sum_eps' [-Wunused-const-variable] 62 | static const double sum_eps = std::numeric_limits<double>::epsilon(); | ^~~~~~~ -
sci_gateway/c/sci_legendre.c:351:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 351 | static double return_an_inf() | ^ | void -
./includes/realtime.h:45:79: warning: no newline at end of file [-Wnewline-eof] 45 | /*--------------------------------------------------------------------------*/ | ^ -
./includes/dynlib_time_gw.h:28:35: warning: no newline at end of file [-Wnewline-eof] 28 | #endif /* !__DYNLIB_TIME_GW_H__ */ | ^ -
src/c/lu.c:490:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 490 | void resetluptr() | ^ | void -
src/c/spFactor.c:1105:29: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1105 | if (fProduct >= LARGEST_LONG_INTEGER) | ~~ ^~~~~~~~~~~~~~~~~~~~ -
src/c/spFactor.c:3194:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3194 | if (Product >= LARGEST_LONG_INTEGER) | ~~ ^~~~~~~~~~~~~~~~~~~~ -
src/c/spFactor.c:3223:28: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3223 | if (Product >= LARGEST_LONG_INTEGER) | ~~ ^~~~~~~~~~~~~~~~~~~~ -
src/ColPack/src/Utilities/extra.cpp:900:37: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 900 | ran_num = (int)(((float) rand() / RAND_MAX) * (size -1 - i)) + i; | ~ ^~~~~~~~ -
src/ColPack/src/BipartiteGraphBicoloring/BipartiteGraphInputOutput.cpp:124:46: warning: variable 'nz_counter' set but not used [-Wunused-but-set-variable] 124 | int entry_counter = 0, num_of_entries = 0, nz_counter=0; | ^ -
src/ColPack/src/GeneralGraphColoring/GraphColoring.cpp:1991:7: warning: variable 'i_LoopCount' set but not used [-Wunused-but-set-variable] 1991 | int i_LoopCount = 0; | ^ -
sci_gateway/cpp/sci_spset.cpp:3:39: warning: invalid UTF-8 in comment [-Winvalid-utf8] 3 | * Copyright (C) 2025 - Dassault Syst<E8>mes S.E. - Antoine ELIAS | ^ -
../../modules/xml/src/cpp/XMLNodeList.hxx:111:23: warning: 'org_modules_xml::XMLNodeList::dump' hides overloaded virtual function [-Woverloaded-virtual] 111 | const std::string dump() const; | ^ -
src/jni/../../includes/HistoryManager.h:66:52: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 66 | HISTORY_MANAGER_IMPEXP BOOL saveScilabHistoryToFile(); | ^ | void -
src/c/pcre2_private.c:31:36: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_SPTR32' (aka 'const unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 31 | pcre2_code* re = pcre2_compile(pat, pat_len, compile_opts, &errcode, &erroff, NULL); | ^~~ -
src/c/pcre2_private.c:37:46: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_UCHAR32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 37 | pcre2_get_error_message(errcode, *formattedErrorMessage, PCRE2_PRIV_MAX_ERROR_MESSAGE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~ -
src/c/pcre2_private.c:64:46: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_UCHAR32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 64 | pcre2_get_error_message(errcode, *formattedErrorMessage, PCRE2_PRIV_MAX_ERROR_MESSAGE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~ -
src/c/pcre2_private.c:178:14: warning: initializing 'wchar_t *' (aka 'int *') with an expression of type 'const wchar_t *' (aka 'const int *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 178 | wchar_t* charOptions = pattern + pattern_len - 1; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/c/pcre2_private.c:290:14: warning: initializing 'wchar_t *' (aka 'int *') with an expression of type 'const wchar_t *' (aka 'const int *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 290 | wchar_t* pat = pattern + 1; | ^ ~~~~~~~~~~~ -
src/c/strsubst.c:244:36: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_SPTR32' (aka 'const unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 244 | pcre2_code* re = pcre2_compile(pat, pat_len, compile_opts, &errornumber, &erroroffset, NULL); | ^~~ -
src/c/strsubst.c:252:50: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_UCHAR32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 252 | pcre2_get_error_message(errornumber, *formattedErrorMessage, PCRE2_PRIV_MAX_ERROR_MESSAGE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~ -
src/c/strsubst.c:291:41: warning: passing 'wchar_t *' (aka 'int *') to parameter of type 'PCRE2_UCHAR32 *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 291 | pcre2_get_error_message(rc, *formattedErrorMessage, PCRE2_PRIV_MAX_ERROR_MESSAGE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~