Skip to content

Commit 354f3f4

Browse files
malcolmlewisSteve-Tech
authored andcommitted
Control reaches end of non-void function error. Syllo#350
1 parent cd8dd88 commit 354f3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extract_gpuinfo_intel.c

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ static bool parse_drm_fdinfo_intel(struct gpu_info *info, FILE *fdinfo_file, str
8787
case DRIVER_XE:
8888
return parse_drm_fdinfo_intel_xe(info, fdinfo_file, process_info);
8989
}
90+
return false;
9091
}
9192

9293
static void add_intel_cards(struct nvtop_device *dev, struct list_head *devices, unsigned *count) {

0 commit comments

Comments
 (0)