summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-08-19 12:08:01 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-08-19 12:08:01 -0500
commit6dbab3072e8f50e25137fa53c7ffce0d111c2338 (patch)
treee28281185d0c4359e435bf0fbc2c4bd41b19c6b7 /src/include
parentfad284f4af86149a8bc78c61bb99f1a1e30e7b68 (diff)
downloadtalos-hostboot-6dbab3072e8f50e25137fa53c7ffce0d111c2338.tar.gz
talos-hostboot-6dbab3072e8f50e25137fa53c7ffce0d111c2338.zip
Enable -Wall and fix warnings.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kernel/console.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/kernel/console.H b/src/include/kernel/console.H
index d54132ffb..31bb9c94a 100644
--- a/src/include/kernel/console.H
+++ b/src/include/kernel/console.H
@@ -18,8 +18,8 @@ class Console
~Console() {};
private:
+ size_t iv_pos;
char * iv_buffer;
- size_t iv_pos;
};
#endif
OpenPOWER on IntegriCloud