Menu

Svn Commit Log


Commit Date  
[r3495] by sms00

remove un-needed declaration

2021-05-05 01:26:31 Tree
[r3494] by sms00

remove unused variable

transfrm_x86.c:197:10: warning: variable ‘sumsqtop_acc’ set but not used

2021-03-16 01:57:07 Tree
[r3493] by sms00

remove unused variable

lav_io.c:883:20: warning: variable ‘jpg_width’ set but not used

2021-03-16 01:50:45 Tree
[r3492] by sms00

remove unused variable

jpegutils.c:783:19: warning: variable ‘hsf’ set but not used

2021-03-16 01:48:53 Tree
[r3491] by sms00

properly conditionalize 'hn', remove 'frame_number, add <math.h> to fix these
warnings:

liblavplay.c:1577:8: warning: variable ‘hn’ set but not used
liblavplay.c:1863:9: warning: variable ‘frame_number’ set but not used

liblavplay.c:2677:7: warning: implicit declaration of function ‘fabs’ [-Wimplicit-function-declaration]
fabs(editlist->video_fps - new_eli->video_fps) < 0.0000001 &&
^~~~
liblavplay.c:2677:7: note: include ‘<math.h>’ or provide a declaration of ‘fabs’
fabs

2021-03-16 01:43:22 Tree
[r3490] by sms00

remove unused variable res

y4mtoqt.c:314:6: variable res set but not used

2021-03-16 01:12:12 Tree
[r3489] by sms00

properly conditionalize the vectorscope variables to avoid these warnings:

y4mhist.c:481:14: warning: variable pheight set but not used
y4mhist.c:481:6: warning: variable pwidth set but not used
y4mhist.c:480: warning: variable do_vectorscope set but not used
y4mhist.c:479:21: variable ss_h set but not used
y4mhist.c:479:15: warning: ss_v set but not used

need to have SDLgfx which apparently few systems have anymore - so those
variables aren't needed most of the time

2021-03-16 01:08:50 Tree
[r3488] by sms00

remove unused variable

y4mshift.c:227:25: warning: variable H2 set but not used

2021-03-16 00:52:43 Tree
[r3487] by sms00

remove variables identified by:

y4munsharp.c:447:23: warning: variable cmatrix_p set but not used
y4munsharp.c:545:21: warning: variable matrix_midpoint set but not used

2021-03-16 00:46:24 Tree
[r3486] by sms00

unused variables were producing warning errors:

encode.c:950:9⚠️ variable noisy_sbs set but not used
encode.c:990:9⚠️ variable noisy_sbs set but not used
musicin.c:176:9⚠️ variable mono set but not used
musicin.c:175:9⚠️ variable stereo set but not used

Once the unused variables were removed it was noticed that the return values
of two functions were always ignored - these could be changed to void().

2021-03-15 21:53:09 Tree
Older >
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.