void function needs to be void

This commit is contained in:
DennisOSRM 2011-12-23 17:28:12 +01:00
parent ac1908d464
commit 738c3eae91

View File

@ -28,7 +28,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
inline const int omp_get_num_procs() { return 1; }
inline const int omp_get_max_threads() { return 1; }
inline const int omp_get_thread_num() { return 0; }
inline const int omp_set_num_threads(int i) {}
inline const void omp_set_num_threads(int i) {}
#endif
#endif