~leon_plickat/wlopm

2d574029fc07b5ba05c2643d1cc5b08c76712bf2 — Leon Henrik Plickat 2 years ago ec68072
Make compiler flags more aggressive
2 files changed, 1 insertions(+), 2 deletions(-)

M Makefile
M wlopm.c
M Makefile => Makefile +1 -1
@@ 4,7 4,7 @@ PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man

CFLAGS=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion
CFLAGS=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result
LIBS=-lwayland-client
OBJ=wlopm.o wlr-output-power-management-unstable-v1.o xdg-output-unstable-v1.o
GEN=wlr-output-power-management-unstable-v1.c wlr-output-power-management-unstable-v1.h xdg-output-unstable-v1.c xdg-output-unstable-v1.h

M wlopm.c => wlopm.c +0 -1
@@ 334,7 334,6 @@ static void sync_handle_done (void *data, struct wl_callback *wl_callback, uint3
	}
	else
	{

		struct Output *output;
		wl_list_for_each(output, &outputs, link)
			if (output->operation_failed)