Re-enable warnings as errors for endian_reverse_test

This commit is contained in:
Peter Dimov
2019-03-19 04:22:24 +02:00
parent 01146c9558
commit 185573f341

View File

@ -52,5 +52,4 @@ local allow-warnings =
compile spirit_conflict_test.cpp
: $(allow-warnings) ;
run endian_reverse_test.cpp
: : : $(allow-warnings) ;
run endian_reverse_test.cpp ;