1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +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; std::cout << "Error opening file " << config_path << std::endl;
} }
config << "\ config << "#this file is generated by volk_gnsssdr_profile.\n\ #the function name is followed by the preferred architecture.\n\";
#this file is generated by volk_profile.\n\
#the function name is followed by the preferred architecture.\n\
";
BOOST_FOREACH(volk_gnsssdr_test_results_t result, results) BOOST_FOREACH(volk_gnsssdr_test_results_t result, results)
{ {