FabriceColin / pinot

Personal search and metasearch for the Free Desktop
GNU General Public License v2.0
19 stars 1 forks source link

Fix GCC C++11 -Wliteral-suffix warning #2

Closed ojwb closed 8 years ago

ojwb commented 8 years ago

../Tokenize/filters/GMimeMboxFilter.cc:304:28: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] if (sscanf(ipath.c_str(), "o="GMIME_OFFSET_MODIFIER"&l=[", &m_messageStart) != 1) ^