Made code style more consistent, use const reference in parameters, and removed a redundant check

This commit is contained in:
2025-03-27 18:05:20 +01:00
parent 1e51718b04
commit efc1b264b8
12 changed files with 37 additions and 109 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Makefile for hello.c
CC = g++
CFLAGS = -O2
CFLAGS = -O2 -Wanalyzer-malloc-leak
SRC_DIR = src
BUILD_DIR = build