From 5032e7bbdd342ac111ab2c57bf82b3dd4d26f208 Mon Sep 17 00:00:00 2001 From: Oscar Mateo Date: Tue, 12 Nov 2013 11:50:42 +0000 Subject: build: Fix assorted compilation warnings As these files are compiled for every test, the warnings cluttered the Android build completely. v2: As suggested by Daniel Vetter, drop some of the fixes and fix the compilation flags instead. Signed-off-by: Oscar Mateo Signed-off-by: Daniel Vetter --- lib/intel_reg_map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/intel_reg_map.c') diff --git a/lib/intel_reg_map.c b/lib/intel_reg_map.c index 0c8d49c9..26ddd065 100644 --- a/lib/intel_reg_map.c +++ b/lib/intel_reg_map.c @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Intel Corporation + * Copyright © 2011 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -151,7 +151,7 @@ intel_get_register_map(uint32_t devid) } struct intel_register_range * -intel_get_register_range(struct intel_register_map map, uint32_t offset, int mode) +intel_get_register_range(struct intel_register_map map, uint32_t offset, uint32_t mode) { struct intel_register_range *range = map.map; uint32_t align = map.alignment_mask; -- cgit v1.2.3