# F# Warnings and Errors F# warnings can be disable per file with the `#nowarn` compiler directive per file. Disabled warnings cannot be reenabled in the same file. ``` #nowarn "0044" ``` ## Notable Errors and Warning Codes - 0044 – Obsolete warnings