*************************************************************************** In file included from /build_linux/source/blender/makesrna/intern/rna_image_gen.c:34: /blender/source/blender/makesrna/intern/rna_image_api.c: In function ‘rna_Image_gl_touch’: /blender/source/blender/makesrna/intern/rna_image_api.c:246:42: warning: the comparison will always evaluate as ‘false’ for the address of ‘gputexture’ will never be NULL [-Waddress] 246 | if (image->gputexture[TEXTARGET_2D][0] == NULL) { | ^~ In file included from /blender/source/blender/makesdna/DNA_view3d_types.h:36, from /blender/source/blender/makesdna/DNA_scene_types.h:41, from /build_linux/source/blender/makesrna/intern/rna_image_gen.c:17: /blender/source/blender/makesdna/DNA_image_types.h:160:22: note: ‘gputexture’ declared here 160 | struct GPUTexture *gputexture[3][2][2]; *************************************************************************** /blender/source/blender/gpu/intern/gpu_viewport.c: In function ‘GPU_viewport_unbind_from_offscreen’: /blender/gpu/intern/gpu_viewport.c:515:33: warning: the comparison will always evaluate as ‘false’ for the address of ‘color_render_tx’ will never be NULL [-Waddress] 515 | if (viewport->color_render_tx == NULL) { | ^~ /blender/source/blender/gpu/intern/gpu_viewport.c:79:15: note: ‘color_render_tx’ declared here 79 | GPUTexture *color_render_tx[2]; *************************************************************************** In file included from /build_linux/source/blender/makesrna/intern/rna_sequencer_gen.c:33: /blender/source/blender/makesrna/intern/rna_sequencer.c: In function ‘rna_SequenceTransform_path’: /blender/source/blender/makesrna/intern/rna_sequencer.c:542:11: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘(char *)&seq->name + 2’ must not be NULL [-Waddress] 542 | if (seq && seq->name + 2) { | ^~ /blender/source/blender/makesrna/intern/rna_sequencer.c: In function ‘rna_SequenceCrop_path’: /blender/source/blender/makesrna/intern/rna_sequencer.c:594:11: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘(char *)&seq->name + 2’ must not be NULL [-Waddress] 594 | if (seq && seq->name + 2) { | ^~ /blender/source/blender/makesrna/intern/rna_sequencer.c: In function ‘rna_Sequence_path’: /blender/source/blender/makesrna/intern/rna_sequencer.c:739:7: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘(char *)&seq->name + 2’ must not be NULL [-Waddress] 739 | if (seq->name + 2) { | ^~~ /blender/source/blender/makesrna/intern/rna_sequencer.c: In function ‘rna_SequenceColorBalance_path’: /blender/source/blender/makesrna/intern/rna_sequencer.c:1078:11: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘(char *)&seq->name + 2’ must not be NULL [-Waddress] 1078 | if (seq && seq->name + 2) { | ^~ /blender/source/blender/makesrna/intern/rna_sequencer.c: In function ‘rna_SequenceModifier_path’: /blender/source/blender/makesrna/intern/rna_sequencer.c:1222:11: warning: the comparison will always evaluate as ‘true’ for the pointer operand in ‘(char *)&seq->name + 2’ must not be NULL [-Waddress] 1222 | if (seq && seq->name + 2) { ***************************************************************************