1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 22:58:24 +00:00

Remove warning

This commit is contained in:
Carles Fernandez 2014-11-09 20:38:35 +01:00
parent fa49906c03
commit 98212ea1fe

View File

@ -216,10 +216,7 @@ int main(int argc, char *argv[])
std::cout << "Error opening file " << config_path << std::endl;
}
config << "\
#this file is generated by volk_profile.\n\
#the function name is followed by the preferred architecture.\n\
";
config << "#this file is generated by volk_gnsssdr_profile.\n\ #the function name is followed by the preferred architecture.\n\";
BOOST_FOREACH(volk_gnsssdr_test_results_t result, results)
{