Commits (63)
-
Grzegorz Goral authored605994c8
-
Grzegorz Goral authoredeed530a2
-
Grzegorz Goral authoredb55b6bc5
-
Grzegorz Goral authored21e47bd9
-
Grzegorz Goral authoreddac7a5e2
-
Grzegorz Goral authorede8efcc60
-
Grzegorz Goral authored0299a540
-
Grzegorz Goral authored7dfbe828
-
Grzegorz Goral authored
Next I will fix warnings in the system where affected funcs are used
552ae578 -
Grzegorz Goral authoredb9ba00ee
-
Grzegorz Goral authoredb356e9b4
-
Grzegorz Goral authored
Will change TYmakeEmpty... take int after eliminating current type warnings
34062bd4 -
Grzegorz Goral authored
TYmakeEmptyPrdoductType and others will be fixed later after TCcount type warnings are fixed
79c93c4f -
Grzegorz Goral authored7b6f819a
-
Grzegorz Goral authored3629304a
-
Grzegorz Goral authoredfd98e9e3
-
Grzegorz Goral authored5466f8f5
-
Grzegorz Goral authored7642c059
-
Grzegorz Goral authored673f6b90
-
Grzegorz Goral authored
dim needs to be signed due to function in tree_compound.c called TCgetShapeDim as it uses negatives to encode other shape information.
4a68771c -
Grzegorz Goral authored8e19239a
-
Grzegorz Goral authored
Leaving 2 types warnings in: 1 TBmakeNum(uint), 2 Linksign/NUMPARAMS These will be used later when the AST is changed to store them as size_t Linksign and NUMPARAMS are linked with TCcountArgs and Rets and these will be left until it is known for certain that they never become negative as it would be unsafe to assume this and set them to size_t
a1d50afc -
Grzegorz Goral authored
The counter used by TClookupIdsNode was used for null flag and count so to fix conversion warnings with size_t TCcountExprs, I needed to refactor this function to simply return the count, and detect null ptr via pointer arguments - may be better to change this to bool or char. More TCcountExprs warning fixes to follow
d4cb43cf -
Grzegorz Goral authored
Where SAC input code(PMvar, COconst2Int,etc.) is needed for size_t args, used DBUG assertions and left warnings in place to trace back later when new data type gets introduced. Refactored TClookupIdsNode again and LFUindexOfMemberIds to use bool as both are searching for whether a node is a member of a chain, and it is used as a true or false for the node being a member. Added/Changed comment to explain the change.
e150c8ed -
Grzegorz Goral authored94a0e70f
-
Grzegorz Goral authored8ccf427e
-
Grzegorz Goral authored
Leaving TBmakeNum warnings for the meantime - to be fixed later
ecf1dce9 -
Grzegorz Goral authored
Not changing type of target_dim as shape related
52eedf56 -
Grzegorz Goral authored
Where related I changed any suitable variables to size_t to fix warnings and focus the warning on the shape related function/variable/macro
fcd38752 -
Grzegorz Goral authoredb8c402f3
-
Grzegorz Goral authoredc15a1492
-
Grzegorz Goral authored
All types passed in are positive constants, curr range 0..6
6d97846f -
Grzegorz Goral authored
as they remained from changing AKD_DOTS to size_t
46d7b3e3 -
Grzegorz Goral authored
as there were conversions from int to size_t for TCgetNthExprsExpr
3b3ef22b -
Grzegorz Goral authoreddc5a6da6
-
Grzegorz Goral authored923e3b45
-
Grzegorz Goral authored
I used casts to fix warnings regarding: A NLUT elems as stored in int, B when size_t from TCcountIds -> unsigned int var as unsigned is enough
9ab1d60d -
Grzegorz Goral authored64bf7f9c
-
Grzegorz Goral authored
Keeping the rest of variables using VARINT/NT/ANY as ICM_INT as they are related to shapes and array allocation - will be changed later
3637690e -
Grzegorz Goral authorede7852660
-
Grzegorz Goral authoredc159c0ed
-
Grzegorz Goral authoredecbd7867
-
Grzegorz Goral authored466d8266
-
Grzegorz Goral authoredcc7d3b4d
-
Grzegorz Goral authoreded475eaf
-
Grzegorz Goral authored
Review: need to find a way to find to safely make this loop more readable as it is currently not as intuitive as the standard for or decrement for loops
5ab518b7 -
Grzegorz Goral authoredbd9aaa03
-
Grzegorz Goral authoredcd936451
-
Grzegorz Goral authorede71b88e0
-
Grzegorz Goral authored645b62ca
-
Grzegorz Goral authored157e2630
-
Grzegorz Goral authoredfa993993
-
Grzegorz Goral authoredc083c2dc
-
Grzegorz Goral authored
Had to Change NSMALL/BIG/ASS to unsigned as well as compared with M____
19184c13 -
Grzegorz Goral authored
The alternative would be to change udt_no, usertype, and modify checks to be suitable with unsigned
77bd8811 -
Grzegorz Goral authored62cfebd0
-
Grzegorz Goral authored202cb531
-
Grzegorz Goral authored44910445
-
Grzegorz Goral authoredbe1ea507
-
Grzegorz Goral authored23305f7e
-
Grzegorz Goral authoredfd7f4783
-
Grzegorz Goral authoredc2704826
-
Artem Shinkarov authored
Third wconversion changes See merge request !69
8e91765e
Showing
+241 -223