diff options
author | Matt Turner <[email protected]> | 2017-11-25 15:56:43 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-11-25 15:57:37 -0800 |
commit | b8cbad624b8198949d63c0211fe4925fc3bb9a7a (patch) | |
tree | cb90d87e90a884d6334ae4c95b8a7263aa706b91 /src | |
parent | 63d488d10c127a49fe1e20c4ed46e893351df2d4 (diff) |
util: Use preprocessor correctly
Fixes: 6a353479a757 ("util: Assume little endian in the absence of
platform-specific handling")
Diffstat (limited to 'src')
-rw-r--r-- | src/util/u_endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/u_endian.h b/src/util/u_endian.h index 3d5c006f353..980b1ab2e13 100644 --- a/src/util/u_endian.h +++ b/src/util/u_endian.h @@ -67,7 +67,7 @@ #endif -#warn Unknown Endianness for this platform. Assuming little endian +#warning Unknown Endianness for this platform. Assuming little endian #define PIPE_ARCH_LITTLE_ENDIAN #endif |