sna: fix typo for --enable-debug=full
A typo in tightly_packed define for builds with optimisation disabled left us creating many packed objects. When compiled with -fno-common the compiler rightfully complains about the duplication. Signed-off-by: Alexei Podtelezhnikov <apotele@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
3d5a1238af
commit
db2356f586
|
|
@ -50,7 +50,7 @@
|
|||
#define must_check
|
||||
#define constant
|
||||
#define pure
|
||||
#define tighly_packed
|
||||
#define tightly_packed
|
||||
#define flatten
|
||||
#define nonnull
|
||||
#define page_aligned
|
||||
|
|
|
|||
Loading…
Reference in New Issue