Commit 96e9dd03 authored by Inaam Rana's avatar Inaam Rana

Fix Sun Studio compiler warnings due to extra ',' introduced in

rev_id: inaam.rana@oracle.com-20120326134501-23554a8vhjg0wqbm
parent d1573ac1
...@@ -68,7 +68,7 @@ enum buf_io_fix { ...@@ -68,7 +68,7 @@ enum buf_io_fix {
enum buf_remove_t { enum buf_remove_t {
BUF_REMOVE_ALL_NO_WRITE, /*!< Remove all pages from the buffer BUF_REMOVE_ALL_NO_WRITE, /*!< Remove all pages from the buffer
pool, don't write or sync to disk */ pool, don't write or sync to disk */
BUF_REMOVE_FLUSH_NO_WRITE, /*!< Remove only, from the flush list, BUF_REMOVE_FLUSH_NO_WRITE /*!< Remove only, from the flush list,
don't write or sync to disk */ don't write or sync to disk */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment