commit f3229a3c291039b48614f0d73f5e53352310e902 from: Benjamin Stürz date: Tue May 30 17:20:28 2023 UTC Removed -Werror Signed-off-by: Benjamin Stürz commit - 542928b599c4a2357a4ee3dae77f32e3a0498651 commit + f3229a3c291039b48614f0d73f5e53352310e902 blob - 71dd5583222a698539d0e22659e8114b285e6451 blob + e3e92c19f169e0fe08abdb4d1230b4ccc98e5cde --- ChangeLog.md +++ ChangeLog.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.2] - 2023-05-30 +## Changed +- Removed `-Werror` + ## [1.2.1] - 2023-05-30 ### Changed - .gitignore blob - fccc8e141066676c8c8cdd6c37e71a489395dbe5 blob + ee42ebb48517e19ad7a85c08d7198be38623ce07 --- Makefile +++ Makefile @@ -2,10 +2,10 @@ # See LICENSE file for copyright and license details. .POSIX: -VERSION = 1.2.1 +VERSION = 1.2.2 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man -MY_CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -DVERSION=\"${VERSION}\" ${CFLAGS} +MY_CFLAGS = -Wall -Wextra -pedantic -std=c99 -DVERSION=\"${VERSION}\" ${CFLAGS} LIBS = -lutil all: lsblk